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.
Put a sleep between downloads for batch-mode downloads #12063
Comments
|
There is only sleep between each download available.
|
Before submitting an issue make sure you have:
What is the purpose of your issue?
So let's say I am downloading a youtube or udemy playlist. I am not certain who's doing it, but, youtube-dl stops working after some time. I have killall python, and then restart the download process.
What I would like is this: when downloading a playlist ... youtube-dl should automatically insert a "sleep <some small value like say 30s>" between multiple downloads. So, e.g., youtube-dl could sleep for 30s after downloading 5 or 10 videos. And then the download op can continue downloading further.
Why do I need this feature? Because it is my (unproven) belief that the peeps admining the servers are somehow reseting my download connection as soon as they realize that a particular host if "downloading" rather than browsing and watching the videos.
Appreciate if you add this feature.