[booth] add 'strategy' option (#7920)

- extract file URLs from HTML webpages
- fix 'adult' cookie value
This commit is contained in:
Mike Fährmann
2025-08-01 21:21:41 +02:00
parent 328932d422
commit df4f823f6e
4 changed files with 77 additions and 35 deletions

View File

@@ -1767,6 +1767,23 @@ Description
* ``tiny`` (144p)
extractor.booth.strategy
------------------------
Type
``string``
Default
``"webpage"``
Description
Selects how to handle and extract file URLs.
``"webpage"``
Retrieve the full HTML page
and extract file URLs from it
``"fallback"``
Use `fallback <extractor.*.fallback_>`__ URLs
to `guess` each file's correct filename extension
extractor.bunkr.endpoint
------------------------
Type

View File

@@ -184,7 +184,9 @@
},
"booth":
{
"sleep-request": "0.5-1.5"
"sleep-request": "0.5-1.5",
"strategy": "webpage"
},
"bunkr":
{