[exhentai] restore limit config (#1487)

This partially reverts commit e9ec91c8
This commit is contained in:
Renan Vedovato Traba
2021-04-22 16:21:41 -03:00
committed by GitHub
parent cb86bb9cc9
commit 9322c5e43b
3 changed files with 56 additions and 0 deletions

View File

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

View File

@@ -80,6 +80,7 @@
"username": null,
"password": null,
"domain": "auto",
"limits": true,
"metadata": false,
"original": true,
"sleep-request": 5.0