NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface SSYoutubeData

    interface SSYoutubeData {
        title: string;
        duration: string;
        thumbnail: string;
        downloads: {
            video: SSYoutubeDownloadFormat[];
            audio: SSYoutubeDownloadFormat[];
        };
    }
    Index

    Properties

    title: string
    duration: string
    thumbnail: string
    downloads: {
        video: SSYoutubeDownloadFormat[];
        audio: SSYoutubeDownloadFormat[];
    }