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.
YouTube-dl - autonumber to distinguish between different playlists mentioned in batch-file #10729
Comments
|
Use |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.09.19. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
My youtube-dl.conf is -
batch-file.txt is -
The problem is, when I put multiple playlist in the batch file, the autonumber can not distinguish between different playlists.
For Example, if URL1 (Which is an URL of a Playlist) has 21 videos, and the last video has the autonumber 21, then the URL2 (second playlist) will have 22 as the autonumber of its first video.
I want each playlist to start with 1.
Is there any solution to this problem.