aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
302 stars 52 forks source link

Fix for playlist redirections #300

Closed akx closed 2 years ago

akx commented 2 years ago

Areena returns a redirect for certain playlists as discussed in https://github.com/aajanki/yle-dl/issues/261#issuecomment-1057761470 but yle-dl doesn't realize that it has been redirected and attempts to use the wrong extractor class.

This PR fixes that; there's a couple janitorial commits at the top of the PR, but the meat of it is that:

Fixes #261

aajanki commented 2 years ago

Looks good! Can you rebase this to resolve the conflicts?

akx commented 2 years ago

@aajanki Done deal. :)