problema com youtube-dl [closed]

-2
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.

Como posso resolver isso, por favor?

    
por Crazy 17.04.2016 / 22:48

1 resposta

2

Use este comando:

youtube-dl -u [email protected] -p yourpassword https://www.udemy.com/android-tutorial/learn/v4/t/lecture/131089

Use seu login de endereço de e-mail associado à Udemy como seu login ( -u ) e sua senha Udemy associada ( -p ).

    
por David S. 05.11.2016 / 03:40