Manga

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

class Manga(mal_id: int)

Object that keeps all the anime data in MAL.

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