ReZeroE / AnilistPython

AniList Python library for easy anime, manga, animation studio, and character information lookup. Provides bot support.
MIT License
74 stars 19 forks source link

Can't Search SpyxFamily #9

Closed topspinz closed 2 years ago

topspinz commented 2 years ago

I am trying to use the search_anime function to look up all 2022 anime listings. For some reason, I cant pull up spyxfamily through this method.

anilist.search_anime(genre=['Action', 'Comedy', 'Slice of Life', 'Supernatural'],year='2022')

ReZeroE commented 2 years ago

The built-in anime database for AnilistPython version-0.1.3 downloaded from Pypi isn't up-to-date. I have ceased the manual update for the databases on version-0.1.3 since I will be releasing version-0.1.4 (which includes an automatic database update module for its new SQLite database) later this week.

Sorry for the inconvenience at the moment. Version 0.1.4 will most likely be released in less than 4 days.

Please let me know if there is anything else that I can help with.

topspinz commented 2 years ago

okay cool thanks!