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.
How does youtube-dl work in case of sudden internet disconnection while a download is in progress? #8387
Comments
|
When the connection is down, youtube-dl fails with some error messages. For most websites, you can run the same command again to download the remaining part when the connection is available again. youtube-dl does not check for network connection automatically, and you'll have to run the commands manually. |
Firstly thanks for this wonderful repo. I had a question, in my college we are provided an account using which we can do limited amount of downloading. So when that amount reaches obviously we are disconnected from internet. I wanted to know in that scenario how does youtube-dl works i.e when a download is in progress and we are disconnected?
Does it try to connect again as soon as net disconnects and has there been any amount of timeout limit kept?