Skip to content

Instantly share code, notes, and snippets.

@titaniumbones
Created January 18, 2017 18:55
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 titaniumbones/64be19cddfb48e4556b047c52f2bcb81 to your computer and use it in GitHub Desktop.
Save titaniumbones/64be19cddfb48e4556b047c52f2bcb81 to your computer and use it in GitHub Desktop.
Download all youtube videos associated with a playlist -- replace the final playlist URL w/ your own.
youtube-dl -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' -f 'bestvideo[height<=480]+bestaudio/best[height<=480]' --yes-playlist https://www.youtube.com/user/USEPAgov/playlists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment