-1
youtube-dl https://www.udemy.com/android-tutorial/learn/v4/t/lecture/131089
[udemy] 131089: Downloading webpage
[udemy] 131089: Downloading lecture JSON
[udemy] 25584: Enrolling in the course
[udemy] 131089: Downloading lecture JSON
ERROR: Unable to download JSON metadata: HTTP Error 403: FORBIDDEN (caused by 
HTTPError()); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

How I can solve this please?

David Foerster
  • 36,890
  • 56
  • 97
  • 151
Crazy
  • 91

1 Answers1

2

Use this command instead:

youtube-dl -u username@example.com -p yourpassword https://www.udemy.com/android-tutorial/learn/v4/t/lecture/131089

Use your email address login associated with Udemy as your login (-u) and your associated Udemy password (-p).

wjandrea
  • 14,504