[bunkr] add 'tlds' option to allow URLs with all TLDs (#5875, #6017)

This commit is contained in:
Mike Fährmann
2024-08-24 20:45:44 +02:00
parent a364263810
commit 46c3971c88
2 changed files with 27 additions and 6 deletions

View File

@@ -1457,6 +1457,19 @@ Description
Process reposts.
extractor.bunkr.tlds
--------------------
Type
``bool``
Default
``false``
Description
Controls which ``bunkr`` TLDs to accept.
* ``true``: Match URLs with *all* possible TLDs (e.g. ``bunkr.xyz`` or ``bunkrrr.duck``)
* ``false``: Match only URLs with known TLDs
extractor.cien.files
--------------------
Type