💾 Archived View for freeshell.de › tldr › yt-dlp.gmi captured on 2023-09-28 at 17:04:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A youtube-dl fork with additional features and fixes.
Download videos from YouTube and other websites.
yt-dlp "{https://www.youtube.com/watch?v=oHg5SJYRHA0}"
yt-dlp --format "{bv*+ba/b}" "{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} "{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}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).