Update node-ytdl-core
This commit is contained in:
parent
895906e2f6
commit
25c42900bb
|
@ -18478,12 +18478,12 @@
|
||||||
"integrity": "sha512-MH9xq4gxR54oktdPnkMXftKJ7aqp3iCDURKjEg/5NBoCPsOZUGFMtyAaVUBVNQsoAg1Dd0vxEPinbC/aJa/InQ=="
|
"integrity": "sha512-MH9xq4gxR54oktdPnkMXftKJ7aqp3iCDURKjEg/5NBoCPsOZUGFMtyAaVUBVNQsoAg1Dd0vxEPinbC/aJa/InQ=="
|
||||||
},
|
},
|
||||||
"ytdl-core": {
|
"ytdl-core": {
|
||||||
"version": "4.1.0",
|
"version": "4.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.1.tgz",
|
||||||
"integrity": "sha512-W/iiX3Wtd+qEnIfm9BRe66hvzuTX5kOss1jgTuuVGUjOBqtSJOvzkffCaDkSW0xwXCB+iGs2k7zsgisbYkpVNw==",
|
"integrity": "sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"html-entities": "^1.3.1",
|
"html-entities": "^1.3.1",
|
||||||
"m3u8stream": "^0.8.2",
|
"m3u8stream": "^0.8.3",
|
||||||
"miniget": "^4.0.0",
|
"miniget": "^4.0.0",
|
||||||
"sax": "^1.1.3"
|
"sax": "^1.1.3"
|
||||||
},
|
},
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"yt-dash-manifest-generator": "^1.1.0",
|
"yt-dash-manifest-generator": "^1.1.0",
|
||||||
"yt-trending-scraper": "^1.0.4",
|
"yt-trending-scraper": "^1.0.4",
|
||||||
"yt-xml2vtt": "^1.1.3",
|
"yt-xml2vtt": "^1.1.3",
|
||||||
"ytdl-core": "^4.1.0",
|
"ytdl-core": "^4.1.1",
|
||||||
"ytpl": "^2.0.0-alpha.1",
|
"ytpl": "^2.0.0-alpha.1",
|
||||||
"ytsr": "^2.0.0-alpha.3"
|
"ytsr": "^2.0.0-alpha.3"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue