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.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.05.01. 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?
I use youtube-dl to record live radio streams from the site TuneIn.com.
Sometimes there is a stream interruption and youtube-dl resumes recording the stream. However, when youtube-dl resumes the stream the file is overwritten and all the hours of content previously recorded is lost.
How can I stop youtube-dl from overwriting the file when it resumes? I looked at the -w parameter, but how do I get youtube-dl to start a new file when it resumes, for example "file(1).mp3", "file(2).mp3", "file(3).mp3
This is the batch file I currently use: