-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use yt-dlp instead of youtube-dl #248
Comments
Thanks for the hint with yt-dlp. Didn't know it existed |
If you need to use it instead of yt-download i'm pretty sure an shell alias make the job done (if it use through the command line call) something like alias youtube-dl="yt-dlp"
in ~/.bashrc |
I just did a symlink in order to use that |
A better way is to put the path and the name of the executable (yt-dlp) in your config file. A sample configuration:
|
yt-dlp downloads much faster and receives more patches. It seems that this is the successor of youtube-dl.
Project repository: https://github.com/yt-dlp/yt-dlp
The text was updated successfully, but these errors were encountered: