[zerochan] implement login with username & password (#1434)

This commit is contained in:
Mike Fährmann
2022-07-29 12:49:04 +02:00
parent 3a8addfe45
commit 98af5a0409
4 changed files with 42 additions and 2 deletions

View File

@@ -377,6 +377,7 @@ Description
* ``tapas``
* ``tsumino``
* ``twitter``
* ``zerochan``
These values can also be specified via the
``-u/--username`` and ``-p/--password`` command-line options or

View File

@@ -329,6 +329,11 @@
"module": null,
"raw-options": null
},
"zerochan":
{
"username": null,
"password": null
},
"booru":
{
"tags": false,