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 -F` often hangs for a long time on vimeo videos #8808
Comments
|
Please give an example URL as well as the verbose output with |
|
time ./youtube-dl -v -F https://vimeo.com/157743578 real 0m1.526s ~/Development/WeMesh/github/android/libraries/youtube-dl-> time ./youtube-dl -v -F https://vimeo.com/157743578 real 1m18.399s |
|
@yan12125 as you can see above, the first time (and most of the time, today at least) it only took 1 or 2 seconds, but another time it took over a minute. |
|
Given that the first time it worked fast and without problems, I would chalk this up to a network connectivity issue. The only thing that could be changed in the script is the timeout, which would just exit with an error instead of downloading. |
|
@0xABC In the following command:
Which line of the output takes the longest time? |
|
@yan12125 This line took the longest:
I just tried it 5 times in a row (youtube-dl |
|
If you visit/use Vimeo in your browser, does it sometimes takes a while to load, or is it slow in any other way? |
Usually it's pretty quick (1-2 seconds), but often it can take 1-2 minutes just to get the formats on a vimeo video. It seems to be the step downloading webpage or JSON. Any idea what might be causing the delay, and the inconsistency?