You can add a paylist link. You can specify start episode number. Give special naming rules.
Last active
December 30, 2016 17:28
-
-
Save peterforgacs/5bbe8b652415ea05a223d4397d962a8c to your computer and use it in GitHub Desktop.
Download a youtube playlist starting from a certain item with numbering
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 -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