summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/mangadex.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/mangadex.py')
-rw-r--r--gallery_dl/extractor/mangadex.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/gallery_dl/extractor/mangadex.py b/gallery_dl/extractor/mangadex.py
index 12b8f39..e111fee 100644
--- a/gallery_dl/extractor/mangadex.py
+++ b/gallery_dl/extractor/mangadex.py
@@ -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