mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2025-01-05 17:15:12 +01:00
Fix empty likes by switching to absidue's fork of ytdl-core (#2836)
This commit is contained in:
parent
9b916b3d77
commit
8fac9ae700
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user