Romern / syncMyMoodle

Synchronization client for RWTH Moodle
GNU General Public License v3.0
72 stars 18 forks source link

YouTube said: Unable to extract video data #39

Closed autoantwort closed 3 years ago

autoantwort commented 3 years ago

I get the following error when running syncMyMoodle:

...
[youtube] Ov4dob7_aP8: Downloading webpage
ERROR: Ov4dob7_aP8: YouTube said: Unable to extract video data
...

Do you need more information? :)

Romern commented 3 years ago

This is a youtube-dl problem, maybe your version is not up to date (the video works for me with version 2021.04.07). Use your package manager (or pip install --upgrade youtube-dl) to update the package.

autoantwort commented 3 years ago

Thank you! pip install --upgrade youtube-dl did the job. Works now 🎉