Romern / syncMyMoodle

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

Force use of latest youtube-dl #43

Closed nils-hde closed 3 years ago

nils-hde commented 3 years ago

YouTube has made some changes to their video embedding which will lead to errors if the version of youtube-dl is too old

Romern commented 3 years ago

I don't think keeping track of the youtube-dl version would be beneficial, as we would need to edit this version on every breaking change of youtube-dl. I would prefer just a try catch around the youtube-dl stuff and notifying the user if something went wrong and that he might want to update the version.

Romern commented 3 years ago

I added this notification in https://github.com/Romern/syncMyMoodle/commit/9442ae1a9be3960925b64aa7a714229f47877586