vot.js - v2.4.12
    Preparing search index...
    type VideoInfo = {
        description: string;
        duration: number;
        isStream: boolean;
        title: string;
        videoUrl: string;
    }
    Index

    Properties

    description: string
    duration: number
    isStream: boolean
    title: string
    videoUrl: string