Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Playlist numbering control? #21422
Playlist numbering control? #21422
Comments
|
Sorry, I totally forgot to mention that I was using an output template.
This does not appear to function as described. ie "padded with leading zeros according to the TOTAL length of the playlist". Instead it is padded with leading zeros according to the REMAINING length of the playlist when --playlist-start is used. |
|
Again: read the documentation on output template.
|
Checklist
Question
Is it possible to set the number of digits for playlist downloads?
For example a 112 video playlist on Udemy. You start the download and the videos are named 001, 002 and so on because youtube-dl detects that 112 is 3 digits. Resume after you've downloaded the first 12 videos and now the remained will be (for example) 13 to 112 which is 99 videos (2 digits) and they will now be numbered without the leading 0's.
Example of original download:
072. Powers of negative basesExample of resumed download:
72. Powers of negative basesHopefully I've just overlooked some option.
Thank you for this wonderful program!