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.
Unable to download purchased udemy courses using youtube-dl v2019.01.17 #18946
Comments
|
immediately closing the issue 4 minutes after opening without providing any feedback or information on why does not mark for very good project management. The issue is a duplicate (and across a couple versions of youtube-dl it seems) but despite searching previous issues and reading the README.md file for the project, no information is mentioned on why this is might not be working, nor where I can go to obtain more information. Perhaps something needs to be stated in the official readme on this, whether it's clarifying usage information or otherwise, or at the very least, pointing the user in the right direction after closing their issue. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.01.17. 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
When trying to download any video off udemy that I already own the download fails with an immediate 403 error regardless of if using
-u <username> -p <password>or--cookies ./udemy-cookies.txt.What I've tried:
--sleep-intervalResearch I've done:
looking at similar issues that have been closed but gaining no insight due to lack of comments or replies, or inconsistent scenarios. (a person whos issue got closed for having an old version is obv. not relevant to my issue since my version is current.)
FWIW if I ran the command
youtube-dl --cookies ./udemy-cookies.txt -F <some-course-link>the command DID work, and an output of the available formats was displayed, however trying to download the videos fails.