Anime

This object and manga.Manga should have a very close interface (except for volumes-chapters vs episodes). A very basic object to obtain generic data about an anime.

class Anime(mal_id: int)

Object that keeps all the anime data in MAL.

Variables:
  • image_urlstr
  • titlestr
  • englishstr
  • synonymsstr
  • japanesestr
  • typestr
  • statusint
  • start_timeint
  • end_timeint
  • creatorsdict
  • genresdict
  • durationint
  • scorefloat
  • rankint
  • popularityint
  • ratingstr
  • episodesint
  • synopsisstr
  • adaptationsfrozenset
  • charactersfrozenset
  • sequelsfrozenset
  • prequelsfrozenset
  • spin_offsfrozenset
  • alternative_versionsfrozenset
  • side_storiesfrozenset
  • summariesfrozenset
  • othersfrozenset
  • parent_storiesfrozenset
  • alternative_settingsfrozenset
  • full_storiesfrozenset
add(account)
Parameters:account (account.Account) – the account to add him self anime.
Return type:account_objects.my_anime.MyAnime
Raises exceptions.MyAnimeListApiAddError:
 when failed.
get_image()
Returns:The image of the anime
Return type:PIL.Image.Image
id
Returns:The id of the anime.
Return type:int
reload()
Raises exceptions.FailedToReloadError:
 when failed.