forked from benetech/VideoDeduplication
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Youtube-DL downloads videos with 50-70Kb/s speed, while previously it used to have much higher speed (up to 10MB/s). A possible root cause is new google services restrictions. Migrating from youtube-dl to the lates yt-dlp version resolves this problem. See ytdl-org/youtube-dl#30102 for details
- Loading branch information
1 parent
78c2f6a
commit f08e23a
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ dependencies: | |
- inquirer | ||
- pytimeparse | ||
- annoy | ||
- youtube-dl | ||
- yt-dlp | ||
- dacite | ||
- deprecation | ||
- torch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters