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.
I just install the latest youtube -dl version to download a udemy course. My query was
youtube-dl -u username -p xxxxxxxxx -o '~/MyVideos/%(playlist)s/%(chapter_number)s - %(chapter)s/ %(playlist_index)s - %(title)s.%(ext)s' https://www.udemy.com/learn-how-to-convert-psd-to-html-and-css- responsive/learn/v4/overview As soon as I click enter I got this error http://imgur.com/a/NPbXl
responsive/learn/v4/overview
[udemy:course] Downloading login popup
[udemy:course] Logging in as username
[udemy:course] learn-how-to-convert-psd-to-html-and-css-: Downloading webpage
ERROR: Unable to download webpage: HTTP Error 404: NOT FOUND (caused by <HTTPError 404: 'NOT FOUND'>); please report thi
s 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.
PS C:\Users\CitizenFour>
I have added the path in my environment variables and I don't know what is the issue here. I have been download the videos with the same method earlier but after this new update I am facing this issue.