[mangadex] update links to API docs

This commit is contained in:
Mike Fährmann
2023-05-24 12:32:13 +02:00
parent 65a9f4b124
commit f3cca50b9e
2 changed files with 6 additions and 3 deletions

View File

@@ -2037,8 +2037,8 @@ Example
Description
Additional query parameters to send when fetching manga chapters.
(See `/manga/{id}/feed <https://api.mangadex.org/docs.html#operation/get-manga-id-feed>`_
and `/user/follows/manga/feed <https://api.mangadex.org/docs.html#operation/get-user-follows-manga-feed>`_)
(See `/manga/{id}/feed <https://api.mangadex.org/docs/swagger.html#/Manga/get-manga-id-feed>`__
and `/user/follows/manga/feed <https://api.mangadex.org/docs/swagger.html#/Feed/get-user-follows-manga-feed>`__)
extractor.mangadex.lang

View File

@@ -193,7 +193,10 @@ class MangadexFeedExtractor(MangadexExtractor):
class MangadexAPI():
"""Interface for the MangaDex API v5"""
"""Interface for the MangaDex API v5
https://api.mangadex.org/docs/
"""
def __init__(self, extr):
self.extractor = extr