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.
youtube-dl does not work on wifi? #16414
Comments
|
Most likely unstable connection is the reason. |
|
No that is not the problem, I can very well download other stuff using the browser or ADM. |
After letting the program run for about 10-15 minutes I got this error. |
|
But I got this error only once, i.e. right now. Whereas I am trying to use this on wifi since 2-3 days and on all those tries, it does move ahead but very very slowly. |
Clearly states an issue with your network connection at that particular time to that particular host. 10 minutes wait is due to default socket timeout of 600 seconds that is tuned with |
|
Definitely not a problem with the network as I am able to access the same url from the browser and download the video using IDM. Also the issue occurs always at the exact same place and I am able to download pdfs and extra stuff. |
|
It starts working on vpn. Unfortunately that won't work with my work wifi. |
|
Once again: it's clearly an intermittent network issue as described in previous comment. |
This is on a rooted Android 5.1 device with Termux, python 3.6.5 and youtube-dl installed via pip.
When I use youtube-dl with mobile data, it works pretty good. But instead if I use wifi, then it gets stuck after this step
Downloading webpage, it takes about 5 minutes to print the next message, then again a few more minutes to the next message and so on.The url I am trying is a vimeo playlist.
Apart from that I have also tried coursera-dl and edx-dl which IIRC uses youtube-dl internally.
The last message I received on
-vbefore it became slow again was -Also this happens only on the video urls.
Pdf downloads work fine.
Is there anything that I can do to debug it more?
Or any general reason that could cause the issue?
I am able to browse internet on the wifi just fine.