Created
January 18, 2017 18:55
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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