Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Fix for cunchyroll, python 2.7 compatible #76

Closed Nicnl closed 5 years ago

Nicnl commented 5 years ago

The last pull request I made was not compatible with python 2.7.
I was using 3.7 and I had a whole bunch of encoding issues.

I then switched to 2.7.

This pull request only contains the fix for crunchyroll's changed URL issues and nothing else.
I tried it on 2.7, and as far as I can tell it works.

If you could review it, test it more extensively than I did and maybe fix things if there's things to fix, I'd be grateful.
Thanks.

Xonshiz commented 5 years ago

Thanks again for the amazing work. :)