[zerochan] use API by default (#3669)

add 'pagination' option
This commit is contained in:
Mike Fährmann
2024-02-25 00:36:14 +01:00
parent efccd3d3d1
commit cc6b9e4c18
3 changed files with 117 additions and 8 deletions

View File

@@ -4131,6 +4131,21 @@ Description
Note: This requires 1-2 additional HTTP requests per post.
extractor.zerochan.pagination
-----------------------------
Type
``string``
Default
``"api"``
Description
Controls how to paginate over tag search results.
* ``"api"``: Use the `JSON API <https://www.zerochan.net/api>`__
(no ``extension`` metadata)
* ``"html"``: Parse HTML pages
(limited to 100 pages * 24 posts)
extractor.[booru].tags
----------------------
Type