Update ytdl-core to latest version
This commit is contained in:
parent
8e2a000564
commit
323de229a5
|
@ -92,7 +92,7 @@
|
||||||
"yt-channel-info": "^2.2.0",
|
"yt-channel-info": "^2.2.0",
|
||||||
"yt-dash-manifest-generator": "1.1.0",
|
"yt-dash-manifest-generator": "1.1.0",
|
||||||
"yt-trending-scraper": "^2.0.1",
|
"yt-trending-scraper": "^2.0.1",
|
||||||
"ytdl-core": "fent/node-ytdl-core#pull/1022/head",
|
"ytdl-core": "^4.10.0",
|
||||||
"ytpl": "^2.2.3",
|
"ytpl": "^2.2.3",
|
||||||
"ytsr": "^3.5.3"
|
"ytsr": "^3.5.3"
|
||||||
},
|
},
|
||||||
|
|
|
@ -9078,9 +9078,10 @@ ytdl-core@^3.2.2:
|
||||||
miniget "^2.0.1"
|
miniget "^2.0.1"
|
||||||
sax "^1.1.3"
|
sax "^1.1.3"
|
||||||
|
|
||||||
ytdl-core@fent/node-ytdl-core#pull/1022/head:
|
ytdl-core@^4.10.0:
|
||||||
version "0.0.0-development"
|
version "4.10.0"
|
||||||
resolved "https://codeload.github.com/fent/node-ytdl-core/tar.gz/62b7cd0834be8610c5fdd772df19a89ae681b136"
|
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.10.0.tgz#0835cb411677684539fac2bcc10553f6f58db3e1"
|
||||||
|
integrity sha512-RCCoSVTmMeBPH5NFR1fh3nkDU9okvWM0ZdN6plw6I5+vBBZVUEpOt8vjbSgprLRMmGUsmrQZJhvG1CHOat4mLA==
|
||||||
dependencies:
|
dependencies:
|
||||||
m3u8stream "^0.8.4"
|
m3u8stream "^0.8.4"
|
||||||
miniget "^4.0.0"
|
miniget "^4.0.0"
|
||||||
|
|
Loading…
Reference in New Issue