Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Created July 3, 2019 10:29
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 fhsinchy/7685f91bf780fa1eea018de3bc5bb996 to your computer and use it in GitHub Desktop.
Save fhsinchy/7685f91bf780fa1eea018de3bc5bb996 to your computer and use it in GitHub Desktop.
download numbered videos from playlist with youtube-dl
youtube-dl --external-downloader aria2c --output "<folder name>/%(playlist_index)s-%(title)s.%(ext)s" <playlist link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment