[bunkr] add 'endpoint' option (#7097)

This commit is contained in:
Mike Fährmann
2025-03-08 08:50:16 +01:00
parent 7afd5bae03
commit 3b81d89fef
3 changed files with 24 additions and 3 deletions

View File

@@ -1651,6 +1651,16 @@ Description
* ``tiny`` (144p)
extractor.bunkr.endpoint
------------------------
Type
``string``
Default
``"/api/_001"``
Description
API endpoint for retrieving file URLs.
extractor.bunkr.tlds
--------------------
Type

View File

@@ -155,6 +155,7 @@
},
"bunkr":
{
"endpoint": "/api/_001",
"tlds": false
},
"cien":