Skip to content

Instantly share code, notes, and snippets.

@peterforgacs
Last active December 30, 2016 17:28
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 peterforgacs/5bbe8b652415ea05a223d4397d962a8c to your computer and use it in GitHub Desktop.
Save peterforgacs/5bbe8b652415ea05a223d4397d962a8c to your computer and use it in GitHub Desktop.
Download a youtube playlist starting from a certain item with numbering

You can add a paylist link. You can specify start episode number. Give special naming rules.

youtube-dl -cik -f 18 --playlist-start 7 -o "%(playlist_index)s-%(title)s.%(ext)s" https://www.youtube.com/playlist?list=PL8dPuuaLjXtPNZwz5_o_5uirJ8gQXnhEO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment