Я пытался скачать курс Удеми, используя youtube-dl
, с помощью команды ниже
C:\Users\victo> youtube-dl -u user@gmail.com -p password course_link
Но он вернул
[udemy:course] Downloading login popup
[udemy:course] Logging in
[udemy:course] course: Downloading webpage
[udemy:course] 1622370: Downloading course curriculum
[download] Downloading playlist: 1622370
[udemy:course] playlist 1622370: Collected 10 video ids (downloading 10 of them)
[download] Downloading video 1 of 10
[udemy] Downloading login popup
[udemy] 9850364: Downloading webpage
ERROR: Unable to extract course id; 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.
Как обойти эту проблему?