Skip to content

Instantly share code, notes, and snippets.

@leroyrosales
Last active April 29, 2020 14:42
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 leroyrosales/b5f8db04533a30a6124a6c1104e8ed29 to your computer and use it in GitHub Desktop.
Save leroyrosales/b5f8db04533a30a6124a6c1104e8ed29 to your computer and use it in GitHub Desktop.
Handy YouTube DL commands

YouTube DL snippets

Download MP3 of video

youtube-dl <VIDEO-URL> --extract-audio --audio-format mp3

To download entire playlist as MP3

youtube-dl --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s" --yes-playlist '<YouTube playlist URL>'

Find different file qualitites of video

youtube-dl -F <VIDEO-URL>

Download video with selected quality

youtube-dl -f <QUALITY-#> <VIDEO-URL>

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