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

    Type Alias MicroformatRenderer

    type MicroformatRenderer = {
        availableCountries: string[];
        category: string;
        description: SimpleText;
        embed: MicroformatEmbed;
        externalChannelId: string;
        hasYpcMetadata: boolean;
        isFamilySafe: boolean;
        isShortsEligible: boolean;
        isUnlisted: boolean;
        lengthSeconds: string;
        ownerChannelName: string;
        ownerProfileUrl: string;
        publishDate: string;
        thumbnail: Record<"thumbnails", unknown[]>;
        title: SimpleText;
        uploadDate: string;
        viewCount: string;
    }
    Index

    Properties

    availableCountries: string[]

    list of available country codes in UPPERCASE

    category: string
    description: SimpleText

    Localized description

    externalChannelId: string
    hasYpcMetadata: boolean
    isFamilySafe: boolean
    isShortsEligible: boolean
    isUnlisted: boolean
    lengthSeconds: string
    ownerChannelName: string
    ownerProfileUrl: string
    publishDate: string
    thumbnail: Record<"thumbnails", unknown[]>
    title: SimpleText

    Localized title

    uploadDate: string
    viewCount: string