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 doesn't download in background #3403
Comments
|
youtube-dl is a command-line program and as such has no concept of clicking or typing. Can you elaborate on a setup? Also, a video or so would be nice for this strange error. YouTube throttles the download speed, at least if you're downloading via IPv4, so the reduction is to be expected. A |
|
have you tryed to use the option --bidi-workaround ?? |
|
I'm here again and |
|
which terminal or terminal emulator have you used at the time the problem came across? Possible the problem happened because of your terminalemulator didn't processed the output of youtube-dl in time... Many console application have an insufficient internal output buffer which can become a problem. Maybe youtube-dl should be checked this way to find out if my assumption is correct... |
I don't know exactly why the program is behaving like this, but to download videos I have to keep the command window up and interacting with it (clicking, typing) otherwise the download keeps frozen.
I already updated the version but it's still happenning.
The command I used was: youtube-dl -a videos.txt -f 135+140
I also have a download speed higher than 10Mb/s but it goes down to 700kb/s
update: When I don't go back to the window after some time I get this error:
ERROR: content too short (expected 57207748 bytes and served 56618658)