Skip to content

Network

Proxymiity edited this page Dec 28, 2021 · 2 revisions

MangaDexPy.NetworkChapter

Represents a MangaDex Chapter pulled from the MD@H Network. more info

Yields:

  • valid_thru int
    The timestamp at which links in this NetworkChapter will be expired. (Depends on clients.)
  • parent_chapter Chapter
    The Chapter behind this NetworkChapter.
  • node_url str
    The base URL for this server.
  • hash str
    The hash of the Chapter.
  • files Array[str, ...]
    File names used by MD@H clients. more info
  • files_redux Array[str, ...]
    File names for low-quality pages used by MD@H clients. more info
  • pages Array[str, ...]
    Pre-constructed URLs for pages. more info
  • pages_redux Array[str, ...]
    Pre-constructed URLs for low-quality pages. more info

Calls:

  • report(url: str, success: bool, cache_header: bool, req_bytes: int, req_duration: int)
    Reports statistics for a chapter pulled from the MD@H Network. more info
    This is a direct call to MangaDex.network_report
Clone this wiki locally