~nhanb/pytaku

41d8d1387dc4b4c4409e598ec6c5253560ce25b9 — Nhân 3 months ago 635b633 0.6.3
mangadex breaking update: /manga/ --> /title/
1 files changed, 1 insertions(+), 1 deletions(-)

M src/mangoapi/mangadex.py
M src/mangoapi/mangadex.py => src/mangoapi/mangadex.py +1 -1
@@ 173,7 173,7 @@ class Mangadex(Site):
        return f"https://uploads.mangadex.org/covers/{title_id}/{cover_ext}.256.jpg"

    def title_source_url(self, title_id):
        return f"https://mangadex.org/manga/{title_id}"
        return f"https://mangadex.org/title/{title_id}"


# Titles regex slightly adapted from https://github.com/md-y/mangadex-full-api