@iamtraction/play-dl
    Preparing search index...

    Interface InfoData

    interface InfoData {
        format: Partial<formatData>[];
        html5player: string;
        LiveStreamData: LiveStreamData;
        related_videos: string[];
        video_details: YouTubeVideo;
    }
    Index
    format: Partial<formatData>[]
    html5player: string
    LiveStreamData: LiveStreamData
    related_videos: string[]
    video_details: YouTubeVideo