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 hangs when trying to log in to facebook, youtube, etc.? #10550
Comments
|
Post the output of |
|
|
Why not just use youtube-dl.exe directly? |
|
I installed it via pip, and this is the way I've always used it. Shouldn't it work this way? |
|
Installed via pip on Windows under cygwin instead of just using Windows binary directly. Or using pip under Windows directly. What is the point of such complexity? |
|
It's not complex. I use Cygwin all the time, so yes, I used pip under Cygwin to install youtube-dl. This issue started at least a few months ago prior to the (very recent) Cygwin change which removed support for XP. I've just been busy with other things and hadn't gotten around to reporting it. And you can still install Cygwin 2.5.2 via the setup program, which does have support for XP. I realize there are multiple ways to install youtube-dl. Shouldn't they all work? Why wouldn't this one work? It's very easy to update via pip, that's why I do it. I don't have issues with anything else installed this way. |
|
As @dstftw said, there are several options if want to use pip:
In your log I see you are trying to run applications in |
|
Just checked Cygwin 2.5.2 (with native python), works fine for me. |
|
With system python, it stops on password prompt that is most likely caused by aforementioned mixing. When password is provided on command line it works fine, so this is wrong:
|
Please follow the guide below
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Any video I attempt to download on facebook or youtube (haven't checked other sites) results in youtube-dl hanging at the '[debug] Command-line args' line, as above. The issue doesn't change whether I try to use a password on the command line or not.