@@ -684,7 +684,7 @@ extractor.*.browser
|
||||
Type
|
||||
``string``
|
||||
Default
|
||||
* ``"firefox"``: ``artstation``, ``fanbox``, ``twitter``
|
||||
* ``"firefox"``: ``artstation``, ``behance``, ``fanbox``, ``twitter``
|
||||
* ``null``: otherwise
|
||||
Example
|
||||
* ``"firefox/128:linux"``
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user