forked from dxli94/WLASL
-
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.
Addresses: dxli94#56 ./start_kit/video_downloader.py was not working with some youtube videos, due to youtube-dl out of date. Therefore this commit updates ./start_kit/video_downloader.py to use yt-dlp which is a more up to date fork of youtube-dl. It looks like youtube-dl is under new maintenance and may become viable in the future. Therefore the youtube_downloader variable can be changes in ./start_kit/video_downloader.py to easily switch between the two. Relevant github issue for youtube-dl status: ytdl-org/youtube-dl#30568
- Loading branch information
Showing
2 changed files
with
9 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
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