shaldengeki / python-mal

Python interface to MyAnimeList
Do What The F*ck You Want To Public License
17 stars 20 forks source link

fix major update #6

Closed rachmadaniHaryono closed 7 years ago

rachmadaniHaryono commented 9 years ago

this is major update for myanimelist.

mostly myanimelist update their html and some of the variable is deprecated, in example total people is no longer show on reviews. may still have to update the function doc for better commenting. i also fix the parser for most of the items, but sometime i need the original page (not the cleaned one). for compatibility i keep the old method, and only use new method when necessary.

rachmadaniHaryono commented 7 years ago

Myanimelist have update their website and this pull request doesn't work anymore. If anyone need a fix for myanimelist see my fork or @pushrbx 's fork.