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.
Restart download on error #6404
Comments
|
I don't know how easy would be to implement what you are asking for. But you can workaround it by using something like |
|
Switched to |
I usually pipe youtube-dl output to mplayer like this:
./youtube-dl -q -o- https://www.youtube.com/watch?v=... | mplayer -and sometimes I get this error:After this the download it aborted and I only can continue from the beginning.
It would be great if youtube-dl on fail would try to restart download from the position where it failed before exiting with error message.