How to install yt-dlp
yt-dlp is a fork of youtube-dl, it can be used to download videos from youtube and many other similar websites. yt-dlp is more actively developed.
https://github.com/yt-dlp/yt-dlp
To install yt-dlp on Ubuntu, run
1 |
pip install yt-dlp |
To download a video, you can use the command
1 |
yt-dlp https://www.youtube.com/watch?v=VIDEO_ID |
See youtube-dl