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.
Frontend Masters - Unable to log in #23071
Comments
|
@remitamine I can provide you my account if needed be for testing. |
|
So, i did a bit of digging around to see if i could fix the problem and not sure if it'll be easy. Currently the login is performed by sending the login data via form, waiting for the reply and checking if the reply page has some form of "logout" text, indicating the login succeeded: https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/frontendmasters.py#L56 The problem i see with this approach is that the page has a captcha that must be fulfilled. Unless the program tries to go around that, i'm not sure if it's possible to pass the captcha. I downloaded the source and changed the program to write the downloaded page to a file. I could confirm that the page that comes as a reply after sending the form is the regular login page of a logged out user. There's an API to get the course information, and that includes the links for the videos, but when trying to get the video using the URL i get the error that saying only the web client can use that endpoint of the API. |
|
Can confirm that login fails. I can provide an account if needed. |
|
I can provide an account as well. I just want this to get fixed asap. |
|
Any updates on this? It's still tagged as |
search npm for frontend-masters-downloader works right now |
Checklist
Verbose log
Description
I was trying to download a course from FrontendMasters. I provided my login with the
-uand-pflags but it gives me this error. Tried both Python 2 and Python 3, Windows and Linux, same error. I also checked several times my credentials and they are correct, my FrontendMasters account is active and i can watch the videos via browser.