[exhentai] restore limit config (#1487)
This partially reverts commit e9ec91c8
This commit is contained in:
committed by
GitHub
parent
cb86bb9cc9
commit
9322c5e43b
@@ -920,6 +920,20 @@ Description
|
||||
Minimum wait time in seconds before API requests.
|
||||
|
||||
|
||||
extractor.exhentai.limits
|
||||
-------------------------
|
||||
Type
|
||||
``bool`` or ``integer``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
Check image download limits
|
||||
and stop extraction when they are exceeded.
|
||||
|
||||
If this value is an ``integer``, it gets used as the limit maximum
|
||||
instead of the value listed on ``https://e-hentai.org/home.php``
|
||||
|
||||
|
||||
extractor.exhentai.domain
|
||||
-------------------------
|
||||
Type
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
"username": null,
|
||||
"password": null,
|
||||
"domain": "auto",
|
||||
"limits": true,
|
||||
"metadata": false,
|
||||
"original": true,
|
||||
"sleep-request": 5.0
|
||||
|
||||
Reference in New Issue
Block a user