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

    Interface YouTubeVideoResponse

    interface YouTubeVideoResponse {
        progress_url: string;
        info?: { image: string; title: string };
    }
    Index

    Properties

    Properties

    progress_url: string
    info?: { image: string; title: string }