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.
Hi,
I'm trying to download Udemy videos using youtube-dl.
Command :
youtube-dl -u -p https://www.udemy.com/java-9-new-features-in-simple-way-overview/learn/v4/content --sleep-interval 15 --max-sleep-interval 60
Error
I'm getting the following HTTP Error 403: Unauthorized error.
[udemy:course] Downloading login popup
[udemy:course] Logging in
ERROR: Unable to download webpage: HTTP Error 403: Unauthorized (caused by <HTTPError 403: 'Unauthorized'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
I'm using the latest version of youtube-dl : 2018.08.04
Kindly help me in resolving this issue.
Thanks in advance.