Fix empty likes by switching to absidue's fork of ytdl-core (#2836)

This commit is contained in:
absidue 2022-11-07 12:16:07 +01:00 committed by GitHub
parent 9b916b3d77
commit 8fac9ae700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -78,7 +78,7 @@
"youtube-suggest": "^1.2.0",
"yt-channel-info": "^3.2.1",
"yt-dash-manifest-generator": "1.1.0",
"ytdl-core": "^4.11.2",
"ytdl-core": "https://github.com/absidue/node-ytdl-core#fix-likes-extraction",
"ytpl": "^2.3.0",
"ytsr": "^3.8.0"
},

View File

@ -8652,6 +8652,14 @@ ytdl-core@^4.11.2:
miniget "^4.2.2"
sax "^1.1.3"
"ytdl-core@https://github.com/absidue/node-ytdl-core#fix-likes-extraction":
version "0.0.0-development"
resolved "https://github.com/absidue/node-ytdl-core#937d589cbe5f69f3153a7db12bf529c92a620800"
dependencies:
m3u8stream "^0.8.6"
miniget "^4.2.2"
sax "^1.1.3"
ytpl@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/ytpl/-/ytpl-2.3.0.tgz#74633b6e582e22ff03e409dfb65d200c1a4ca0d2"