Switch back to upstream ytdl-core (#2510)
This commit is contained in:
parent
680abbebd8
commit
b6740acc37
|
@ -79,15 +79,15 @@
|
||||||
"yt-channel-info": "^3.0.4",
|
"yt-channel-info": "^3.0.4",
|
||||||
"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": "git+https://github.com/absidue/node-ytdl-core#temp-fix-11-08-2022",
|
"ytdl-core": "^4.11.1",
|
||||||
"ytpl": "^2.3.0",
|
"ytpl": "^2.3.0",
|
||||||
"ytsr": "^3.8.0"
|
"ytsr": "^3.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@evilmartians/lefthook": "^1.0.5",
|
|
||||||
"@babel/core": "^7.17.10",
|
"@babel/core": "^7.17.10",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||||
"@babel/preset-env": "^7.17.10",
|
"@babel/preset-env": "^7.17.10",
|
||||||
|
"@evilmartians/lefthook": "^1.0.5",
|
||||||
"babel-eslint": "^10.1.0",
|
"babel-eslint": "^10.1.0",
|
||||||
"babel-loader": "^8.2.5",
|
"babel-loader": "^8.2.5",
|
||||||
"copy-webpack-plugin": "^9.0.1",
|
"copy-webpack-plugin": "^9.0.1",
|
||||||
|
|
|
@ -7508,9 +7508,10 @@ ytdl-core@^3.2.2:
|
||||||
miniget "^2.0.1"
|
miniget "^2.0.1"
|
||||||
sax "^1.1.3"
|
sax "^1.1.3"
|
||||||
|
|
||||||
"ytdl-core@git+https://github.com/absidue/node-ytdl-core#temp-fix-11-08-2022":
|
ytdl-core@^4.11.1:
|
||||||
version "0.0.0-development"
|
version "4.11.1"
|
||||||
resolved "git+https://github.com/absidue/node-ytdl-core#22f6c2cbffa0bb242af799ce143e9e2f260019c4"
|
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.1.tgz#f29c688f1217957118790d49599569d1fc26d6db"
|
||||||
|
integrity sha512-0H2hl8kv9JA50qEUewPVpDCloyEVkXZfKJ6o2RNmkngfiY99pGVqE7jQbMT6Rs1QwZpF8GiMB50VWXqivpzlgQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
m3u8stream "^0.8.6"
|
m3u8stream "^0.8.6"
|
||||||
miniget "^4.2.2"
|
miniget "^4.2.2"
|
||||||
|
|
Loading…
Reference in New Issue