Last active
September 8, 2018 12:21
-
-
Save a-y-u-s-h/5e52c244f0bb0e213c6dbae237446fb9 to your computer and use it in GitHub Desktop.
Download entire YouTube playlists with pretty format, skip video if error occurs.
This file contains hidden or 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 --no-check-certificate -i -o "%(playlist_index)s. %(title)s.%(ext)s" "<URL>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment