💾 Archived View for freeshell.de › tldr › youtube-dl.gmi captured on 2023-04-20 at 00:38:59. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Download videos from YouTube and other websites.
youtube-dl '{https://www.youtube.com/watch?v=oHg5SJYRHA0}'
youtube-dl --list-formats '{https://www.youtube.com/watch?v=Mwa0_nE9H7A}'
youtube-dl --format "{best[height<=480]}" '{https://www.youtube.com/watch?v=oHg5SJYRHA0}'
youtube-dl -x --audio-format {mp3} '{url}'
youtube-dl -f bestvideo+bestaudio '{url}'
youtube-dl --format {mp4} -o "{%(playlist_index)s-%(title)s by %(uploader)s on %(upload_date)s in %(playlist)s.%(ext)s}" '{url}'
youtube-dl --sub-lang {en} --write-sub '{https://www.youtube.com/watch?v=Mwa0_nE9H7A}'
youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {url_to_playlist}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).