Romern / syncMyMoodle

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

Use yt_dlp instead of youtube_dl to bypass speed limit for now. #86

Closed No1Alien closed 2 years ago

No1Alien commented 2 years ago

Just noticed youtube videos downloading is really slow for me with youtube-dl (around 70 kb/s), switching to yt-dlp works better on my side at the moment.

Romern commented 2 years ago

Thank you for your contriubution, yt-dlp seems to be the future of youtube-dl. You need to also change the dependencies for the package, so the proper ydl package gets installed.

No1Alien commented 2 years ago

Thank you for your contriubution, yt-dlp seems to be the future of youtube-dl. You need to also change the dependencies for the package, so the proper ydl package gets installed.

Updated, now it should be fine.