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.
Udemy Timeout Error #8221
Udemy Timeout Error #8221
Comments
|
Post the full output of youtube-dl when run with |
|
@dstftw here is the output when i run this command with -v Code I used youtube-dl -v https://www.udemy.com/aftereffects-beginners-complete -o 'videos_downloads/%(playlist_index)s-%(title)s.%(ext)s' -u myemail -p mypass Output ERROR: Unable to download JSON metadata: HTTP Error 503: Connection timed out (caused by HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you |
|
This is not a full output. Nevertheless most likely you have an issue with your internet connection. |
|
Oh let me check on it then. Thanks for taking your precious time for commenting @dstftw |
I used this command to download a course which i have enrolled in udemy
youtube-dl https://www.udemy.com/aftereffects-beginners-complete -o 'videos_downloads/%(playlist_index)s-%(title)s.%(ext)s' -u myemail -p mypass
but i am getting this error after downloading some lectures
ERROR: Unable to download JSON metadata: HTTP Error 503: Connection timed out (caused by HTTPError()); 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 am using the latest youtube-dl version. Please Help