How to download playlist using youtube-dl from start certain number to an upper limit?
I tried to use in the code:
youtube-dl -o '~/Documents/%(playlist)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s - %(title)s.%(ext)s' URL
and it stopped in the middle. I want to restart the process from the index ith numbered video, and not have it start over from the beginning.