Skip to content

Instantly share code, notes, and snippets.

@Beyarz
Last active April 6, 2022 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Beyarz/ea68b8789288468537c4d17f74d5785c to your computer and use it in GitHub Desktop.
Save Beyarz/ea68b8789288468537c4d17f74d5785c to your computer and use it in GitHub Desktop.
Youtube-dl yt-dl yt-dlp

Cheatsheet

Download single video

youtube-dl https://www.youtube.com/watch?v=ABC123

Download whole channel

youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -v https://www.youtube.com/channel/ABC123

Download portion of video

youtube-dl --postprocessor-args "-ss HH:MM:SS -to HH:MM:SS" "video_URL"

Audio only

yt-dlp -i --extract-audio --audio-format mp3 video_URL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment