[booth] add 'strategy' option (#7920)
- extract file URLs from HTML webpages - fix 'adult' cookie value
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -184,7 +184,9 @@
|
||||
},
|
||||
"booth":
|
||||
{
|
||||
"sleep-request": "0.5-1.5"
|
||||
"sleep-request": "0.5-1.5",
|
||||
|
||||
"strategy": "webpage"
|
||||
},
|
||||
"bunkr":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user