From baf41d74379a72429fd1c4610856740877d37a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 3 Mar 2023 15:52:50 +0100 Subject: [PATCH] [misskey] update (#3717) - add module docstring - add options to docs/gallery-dl.conf --- docs/gallery-dl.conf | 4 ++++ gallery_dl/extractor/misskey.py | 2 ++ 2 files changed, 6 insertions(+) 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