diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 3012e71f..7564e5bb 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -186,6 +186,10 @@ "username": null, "password": null }, + "misskey": { + "renotes": false, + "replies": true + }, "newgrounds": { "username": null, diff --git a/gallery_dl/extractor/misskey.py b/gallery_dl/extractor/misskey.py index 06fccc7d..03e91045 100644 --- a/gallery_dl/extractor/misskey.py +++ b/gallery_dl/extractor/misskey.py @@ -4,6 +4,8 @@ # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. +"""Extractors for Misskey instances""" + from .common import BaseExtractor, Message from .. import text