How to start youtube-dl autonumber from a different number than 1? -


i downloading playlist youtube using youtube-dl. used autonumbering feature number videos achieved formatting name of output file follows -o "%(autonumber)s-%(title)s.%(ext)s". download failed in between. wish start autonumber video next failed video , not 1. autonumber resets 1 everytime. how can set different number greater 1 ?

for playlists should use playlist_index instead: -o '%(playlist_index)s-%(title)s.%(ext)s'


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -