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.
Checklist
Verbose log
[download] 24.2% of 6.34GiB at 10.75MiB/s ETA 07:37ERROR: unable to download video data: <urlopen error [Errno 101] Network is unreachable>
Description
WRITE DESCRIPTION HERE
When youtube-dl gets "Errno 101 Network is unreachable" it terminates immediately without retrying or skipping to the next file in -a list. No -R or --fragment-retries is used so, if one to believe the docs, youtube-dl should retry 10 times, but it doesn't. This issue is intermittent and infrequent so I couldn't reproduce it with verbose logging, but it is definitely not caused by some terminal and lasting network issue, as far as I can tell it usually happens when the network is congested.