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

    Interface YouTubeDownloaderAPI

    interface YouTubeDownloaderAPI {
        youtubeMp3(
            url: string,
        ): Promise<NBScraperResponse<YouTubeDownloadResult>>;
        ytdl(
            url: string,
            quality?: string,
        ): Promise<NBScraperResponse<YouTubeDownloadResult>>;
    }
    Index

    Methods