[mangadex] update links to API docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user