[misskey] update (#3717)

- add module docstring
- add options to docs/gallery-dl.conf
This commit is contained in:
Mike Fährmann
2023-03-03 15:52:50 +01:00
parent 7610d9cf82
commit baf41d7437
2 changed files with 6 additions and 0 deletions

View File

@@ -186,6 +186,10 @@
"username": null,
"password": null
},
"misskey": {
"renotes": false,
"replies": true
},
"newgrounds":
{
"username": null,

View File

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