-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find title div #8
Comments
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. |
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! |
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. |
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
The text was updated successfully, but these errors were encountered: