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.我该怎么解决这个问题?
发布于 2016-11-05 02:40:55
使用以下命令:
youtube-dl -u username@example.com -p yourpassword https://www.udemy.com/android-tutorial/learn/v4/t/lecture/131089使用与Udemy关联的电子邮件地址登录作为您的登录(-u)和关联的Udemy密码(-p)。
https://askubuntu.com/questions/758471
复制相似问题