ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

fix http 403 error on update #30

Closed alexkubica closed 7 years ago

alexkubica commented 7 years ago

I noticed that on MAL's API Documentation examples the API's url was in prefixed with https. Adding the little s to the base url solved it :)
Should take care of #23.

ryukinix commented 7 years ago

WOW! That bug is so stupid. I'm in shame for that. I think this happens after security upgrade on mal about using only connections with SSL certifications (I'm just supposing).

Thanks! I tested here, this commit really fixed the problem.

ryukinix commented 7 years ago

fix #23