NB Scraper Docs - v1.1.8
Preparing search index...
YouTubeDownloaderAPI
Interface YouTubeDownloaderAPI
interface
YouTubeDownloaderAPI
{
youtubeMp3
(
url
:
string
,
)
:
Promise
<
NBScraperResponse
<
YouTubeDownloadResult
>
>
;
ytdl
(
url
:
string
,
quality
?:
string
,
)
:
Promise
<
NBScraperResponse
<
YouTubeDownloadResult
>
>
;
}
Index
Methods
youtube
Mp3
ytdl
Methods
youtube
Mp3
youtubeMp3
(
url
:
string
)
:
Promise
<
NBScraperResponse
<
YouTubeDownloadResult
>
>
Parameters
url
:
string
Returns
Promise
<
NBScraperResponse
<
YouTubeDownloadResult
>
>
ytdl
ytdl
(
url
:
string
,
quality
?:
string
,
)
:
Promise
<
NBScraperResponse
<
YouTubeDownloadResult
>
>
Parameters
url
:
string
Optional
quality
:
string
Returns
Promise
<
NBScraperResponse
<
YouTubeDownloadResult
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
youtube
Mp3
ytdl
NB Scraper Docs - v1.1.8
Loading...