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.
Authenticated GDC Vault 2019 content throws exception #20638
Comments
|
try first to use cookies with and without |
|
I have the same issue. @bbi-jimspoto can you let me know when you have a solution and provide an example commander you ran, just to make my life easier. Would be very thankful. |
|
@remitamine Thank you, that works! It's not a fix, but it's a valid workaround using the generic extractor. For anyone else following along at home (@Weggy) here's what I did:
You may need to refresh the contents of cookies.txt if re-authenticating |
no, I'm referring to this change 118f7ad that fixes the extraction for free videos without using |
|
I tried that fix, and the generic extractor workaround, and it still fails, with a 403 forbidden error this is a free stream that fails https://www.gdcvault.com/play/1025772/-Into-the-Breach-Design and here is the log of when I tried the generic extractor workaround #20575 (comment) hope this helps |
|
Hi, I'm trying the following command:
"cookies.txt" has been copied to that DIR and the URL is a random video I grabbed. However, I am still getting the following:
I also tried: But this gave me the following error:
I'm sure I'm making a silly mistake, but could you help? Many Thanks |
|
@Weggy the video does not require an account, should work
|
|
@remitamine Confused. It does require an account from what I can see. As I get the following:
|
|
@Weggy, for now, use |
|
@remitamine I got this working as you suggested But I was just using this as an easy example. I cant get one that requires a login to function. For example: |
|
@Weggy read previous comments. |
What is the purpose of your issue?
ERROR: Authentical Failure / Redirect
"Unsupported URL: https://www.gdcvault.com/login"
I'm able to access the requisite content in a web browser, but youtube-dl appears to fail when authenticating due to a login redirect (?)
As there appear to be known issues with the GDCVault extractor (2019), I'm using the generic extractor as advised in other reports.
Log Output: Failure
As a control case, in contrast here is an example of output that works; the only difference in the passed arguments is the target URL. Unlike the above failure, the content at the below URL does not require authentication, subsequently youtube-dl is successful
Example Log Output: Success
Final Note: Failure Testing
A possible clue: note that when I attempt to provide bogus credentials, I get identical output as in the above two cases -- free content works, but secure content fails with the same URL error, perhaps indicating that authentication is altogether non-functional as it appears to make no difference
Note that I do have valid credentials, which work as expected when entering them directly onto the website and viewing content in the embedded player