Skip to content
Proxymiity edited this page May 26, 2021 · 1 revision

MangaDexPy.Cover

Represents a MangaDex Cover.

Yields:

  • id str
    The ID of the Cover.
  • desc str
    The description of the Cover.
  • volume str
    The volume that represents this Cover.
  • file str
    The file name of the Cover.
  • parent_manga str
    The ID of the parent Manga.
  • url str
    The URL of the Cover (full size).
  • url_512 str
    The URL of the Cover (512px wide).
  • url_256 str
    The URL of the Cover (256px wide).
  • created_at str:datetime YYYY-MM-DDTHH:MM:SS+00:00
    The datetime this Cover has been created at.
  • updated_at str:datetime YYYY-MM-DDTHH:MM:SS+00:00
    The datetime this Cover has been updated at.
Clone this wiki locally