Skip to content

Instantly share code, notes, and snippets.

@atharva-lipare
Created February 17, 2020 18:00
Show Gist options
  • Save atharva-lipare/49da7e41659b61919691aa89394637dc to your computer and use it in GitHub Desktop.
Save atharva-lipare/49da7e41659b61919691aa89394637dc to your computer and use it in GitHub Desktop.
youtube-dl download playlist
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