Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to yt-dlp from youtube-dl #63

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Switch to yt-dlp from youtube-dl #63

merged 1 commit into from
Mar 18, 2023

Commits on Mar 18, 2023

  1. Switch to yt-dlp from youtube-dl

    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
    jmintb committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    7053125 View commit details
    Browse the repository at this point in the history