Created
February 17, 2020 18:00
-
-
Save atharva-lipare/49da7e41659b61919691aa89394637dc to your computer and use it in GitHub Desktop.
youtube-dl download playlist
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
Linux/ macOS: youtube-dl -cit <playlist-link> -f bestvideo+bestaudio/best | |
Windows: ./youtube-dl.exe -cit <playlist-link> -f bestvideo+bestaudio/best | |
-c, --continue Force resume of partially downloaded files. By default, youtube-dl will resume | |
downloads if possible. | |
-i, --ignore-errors Continue on download errors, for example to skip unavailable videos in a playlist | |
-f, --format FORMAT Video format code, see the "FORMAT SELECTION" for all the info | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment