[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

@@ -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