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: Unauthorized #20266
HTTP Error 403: Unauthorized #20266
Comments
|
The issue persists when accessing a free video, generating valid cookies (from cookies.txt), omitting |
|
Same here, cannot download [Udemy] course, already tried -u and -p, and --cookies as well. Keeps accusing the 403 error. |
|
I had the exact same issue but after viewing the first video of the course everything finally worked fine. Issue : My command : Change USER, PASS and COURSE :) |
|
This issue still persists in the latest build: 2019.04.01: Mentioned above is watching the first video in a course to solve this problem. As of this build, either no longer works, or was an unrelated issue. user@mybox: youtube-dl -u REDACTED@REDACTED -p REDACTED -v -o "./%(playlist)s/%(chapter_number)s-%(chapter)s/%(autonumber)03d-%(title)s.%(ext)s" https://www.udemy.com/learn-devops-continuously-deliver-better-software/learn/v4/content |
|
Also having this issue on the latest version 2019.04.30. It will start downloading, but 10-15 videos in, I get the 403 error.
|
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.03.01. 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 the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
I am unable to download any course on Udemy. I have paid for all courses I'm trying to download, and can watch them in multiple different browsers. My ~/.netrc contains my exact credentials for Udemy. I have also tried to forego my ~/.netrc with the
-uand-pflags, which has yielded the same error. I have tried downloading entire courses that give[udemy:course]output, and single videos that give '[udemy]' output/logging.There is an open issue for fixing 403 issues, so I would propose the work discussed in that thread.
I see many people opening similar issues, just to have them closed and marked as "duplicate"s. This issue is not a duplicate, as no issue thread for this project (yes, I've checked them) has yielded a solution to my issue.