[misskey] update (#3717)
- add module docstring - add options to docs/gallery-dl.conf
This commit is contained in:
@@ -186,6 +186,10 @@
|
|||||||
"username": null,
|
"username": null,
|
||||||
"password": null
|
"password": null
|
||||||
},
|
},
|
||||||
|
"misskey": {
|
||||||
|
"renotes": false,
|
||||||
|
"replies": true
|
||||||
|
},
|
||||||
"newgrounds":
|
"newgrounds":
|
||||||
{
|
{
|
||||||
"username": null,
|
"username": null,
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
|
"""Extractors for Misskey instances"""
|
||||||
|
|
||||||
from .common import BaseExtractor, Message
|
from .common import BaseExtractor, Message
|
||||||
from .. import text
|
from .. import text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user