youtube-dl 的问题

youtube-dl 的问题
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.

请问我该如何解决这个问题?

答案1

请改用这个命令:

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

使用与 Udemy 关联的电子邮件地址登录名作为您的登录名 ( -u) 和关联的 Udemy 密码 ( -p)。

相关内容