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.
Lets say I am downloading playlist with 15 videos and after 6 videos it was interrupted. So when I restart with --playlist-start 7, the index doesn't add 0 by default to the playlist_index. It creates problem if I have created playlist or want to sort videos in playlist.
What I get is: 7. filename, 8. filename, 9. filename
I want it like: 07. filename, 08. filename, 09. filename