youtube-dl, yt-dlp¶
youtube-dl is a nice little tool to download videos and audio from youtube and millions of other sites.
download playlist with correct numbering¶
like 01, 02, 03 and so on.
download mp4 format¶
download best video format with mp4 extension¶
download embedded videos¶
e.G. vimeo videos embedded as an iframe, send a referer with the request:
youtube-dl "https://player.vimeo.com/video/1234" --referer "https://example.com/where-you-found-that-page/"
extract audio¶
... and remove ads
download podcasts¶
yt-dlp can also be used as a podcatcher for regular RSS feeds. I'm using this to archive a few podcasts, using the -o
formatting options they'll be saved into a folder with the podcast name and title + file extension as the filename