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.
HTTP Error 403: Forbidden (with correct password) #9252
Comments
|
http://buildtoabillion.com/ does not work for me. Post password in issue description. |
|
Agh I was afraid of that. I thought it might be a public site... but guess not. Sadly I don't have permission to give out the password. However, I did accidentally run this on an older version of youtube-dl (from 2015) and found that it worked. So I did some itterative testing/digging and this is the commit has that breaks my login This is a test 1 commit hash prior.
And now the broken commit.
|
|
The password-protected test case uploaded by @jaimeMF works fine.
We can't debug unless you can provide an example with its password. |
|
Still trying to get a way to allow you guys to test this with an actual password, or at least track down what the issue is. But this should nail it down so that someone with a "Vimeo Plus" account can create a video that reproduces the issue. Today I tried with print-traffic enabled (didn't even know that was an option, you guys rock)
The header dumps were nearly identical up to this single point.
and
The difference between the two is the "Referrer" value is missing from the 403 forbidden request.
Vimeo Plus members have the ability to restrict downloads to a single website. Sadly I don't have access to a "Vimeo Plus" account, but this should be easy to verify by anyone that does. |
|
So, it does work for you when using http://buildtoabillion.com/ directly and downloading as vimeo embed video but does not work when trying to download as https://player.vimeo.com/video/157167711? |
|
Yes, adding --referrer does work youtube-dl version 2016.03.01 does not require the --referrer, but the newest version does.
And now
|
|
Post the output of |
|
Man trimming that for tokens and passwords can make your eyes bleed =P
|
|
Should probably work with bdbb853. |
|
Tested, and confirmed, thank you. |
|
Thanks for testing. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.04.19. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
The video file came from here
http://buildtoabillion.com/
You can enter the password (listed on the website) to verify it does work via web.
Description of your issue, suggested solution and other information
Entering a valid password yields this error. If I intentionally enter a BAD password I get a different message.