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.
Hi,
I have created a batch file with the following:
start /b "" "D:\Youtube\youtube-dl.exe" --min-sleep-interval 35 --max-sleep-interval 40 -u xxxxxxx -p yyyyyyy -o /%(playlist)s/%(playlist_index)s-%(chapter)s-%(title)s.%(ext)s --batch-file batchfile.txt
The only issue is it is downloading the file with (playlist_index)s-(title)s.(ext)s name. The next file over writing the file with the same name.
Thanks