yt-dlp

A youtube-dl fork with additional features and fixes. Download videos from YouTube and other websites. See also: yt-dlp, ytfzf. More information: https://github.com/yt-dlp/yt-dlp.

yt-dlp "https://www.youtube.com/watch?v=oHg5SJYRHA0"

yt-dlp --list-formats "https://www.youtube.com/watch?v=oHg5SJYRHA0"

yt-dlp --format "bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]" "https://www.youtube.com/watch?v=oHg5SJYRHA0"

yt-dlp --extract-audio "https://www.youtube.com/watch?v=oHg5SJYRHA0"

yt-dlp --extract-audio --audio-format mp3 --audio-quality 0 "https://www.youtube.com/watch?v=oHg5SJYRHA0"

yt-dlp -o "%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" "https://www.youtube.com/user/TheLinuxFoundation/playlists"

yt-dlp -u user -p password -P "~/MyVideos" -o "%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s" "https://www.udemy.com/java-tutorial"

yt-dlp -P "C:/MyVideos" -o "%(series)s/%(season_number)s - %(season)s/%(episode_number)s - %(episode)s.%(ext)s" "https://videomore.ru/kino_v_detalayah/5_sezon/367617"