shaldengeki / python-mal

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

Could not find title div #8

Open qthen opened 8 years ago

qthen commented 8 years ago

I think the HTML has been updated on MAL and the library is not finding the appropriate tags. This occurs upon instantiation of the user object:

Get the MAL user object

mal_user = myanimelist.user.User(mal_session, username)

btw, I thank you for all your work into this module, it is extremely well built and helpful

rachmadaniHaryono commented 8 years ago

hi i have made patch #9 for this problem, but this will not fixed all because of the site change.

if you specify which object you want to use(user, anime, manga etc), i will prioritize it over the other.

qthen commented 8 years ago

Hi, I'd just like to reopen this issue

I believe anime is the most important in this case and I think the site HTML layout has changed once again. I'm sorry to bring this up after such a long time, but this module is incredibly useful!

rachmadaniHaryono commented 8 years ago

hi, i have made the update on my fork. it can be used for python 2.7 and python 3. or if you want to use python 3 there is @pushrbx , who forking the project only for python3.