[behance] use '"browser": "firefox"' by default (#7803 #7877)

This commit is contained in:
Mike Fährmann
2025-07-24 09:27:39 +02:00
parent 28205f47b0
commit 849a5b191f
2 changed files with 2 additions and 1 deletions

View File

@@ -684,7 +684,7 @@ extractor.*.browser
Type
``string``
Default
* ``"firefox"``: ``artstation``, ``fanbox``, ``twitter``
* ``"firefox"``: ``artstation``, ``behance``, ``fanbox``, ``twitter``
* ``null``: otherwise
Example
* ``"firefox/128:linux"``

View File

@@ -17,6 +17,7 @@ class BehanceExtractor(Extractor):
category = "behance"
root = "https://www.behance.net"
request_interval = (2.0, 4.0)
browser = "firefox"
tls12 = False
def _init(self):