UNPKG
nishi-yt
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simple api youtube downloader is not official from en.loader.to
nishi-yt
/
lib
/
config.js
8 lines
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { yt_host: [
"music.youtube.com"
,
"www.youtube.com"
,
"www.youtube-nocookie.com"
,
"youtube.com"
,
"youtu.be"
], format: { video: [
"480"
,
"720"
,
"1080"
,
"1440"
,
"4k"
,
"8k"
], audio: [
"mp3"
,
"ogg"
,
"wav"
,
"m4a"
,
"webm"
,
"aac"
,
"opus"
] }, host:
"https://loader.to"
, }