vot.js - v2.4.12
    Preparing search index...

    Type Alias VideoDetails

    type VideoDetails = {
        allowRatings: boolean;
        author: string;
        channelId: string;
        isCrawlable: boolean;
        isLive?: true;
        isLiveContent: boolean;
        isLiveDvrEnabled?: boolean;
        isLowLatencyLiveStream?: boolean;
        isOwnerViewing: boolean;
        isPrivate: boolean;
        isUnpluggedCorpus: boolean;
        keywords: string;
        latencyClass?: LatencyClass;
        lengthSeconds: string;
        shortDescription: string;
        thumbnail: Record<"thumbnails", unknown[]>;
        title: string;
        videoId: string;
        viewCount: string;
    }
    Index

    Properties

    allowRatings: boolean
    author: string
    channelId: string
    isCrawlable: boolean
    isLive?: true

    streams only + stream isn't ended

    isLiveContent: boolean
    isLiveDvrEnabled?: boolean

    streams only

    isLowLatencyLiveStream?: boolean

    streams only

    isOwnerViewing: boolean
    isPrivate: boolean
    isUnpluggedCorpus: boolean
    keywords: string
    latencyClass?: LatencyClass

    streams only

    lengthSeconds: string
    shortDescription: string

    Short description (not translated)

    thumbnail: Record<"thumbnails", unknown[]>
    title: string

    Title (not translated)

    videoId: string
    viewCount: string