[behance] fix '403 Forbidden' errors
This commit is contained in:
@@ -778,7 +778,7 @@ extractor.*.tls12
|
|||||||
Type
|
Type
|
||||||
``bool``
|
``bool``
|
||||||
Default
|
Default
|
||||||
* ``false``: ``artstation``
|
* ``false``: ``artstation``, ``behance``
|
||||||
* ``true``: otherwise
|
* ``true``: otherwise
|
||||||
Description
|
Description
|
||||||
Allow selecting TLS 1.2 cipher suites.
|
Allow selecting TLS 1.2 cipher suites.
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ class BehanceExtractor(Extractor):
|
|||||||
category = "behance"
|
category = "behance"
|
||||||
root = "https://www.behance.net"
|
root = "https://www.behance.net"
|
||||||
request_interval = (2.0, 4.0)
|
request_interval = (2.0, 4.0)
|
||||||
|
tls12 = False
|
||||||
|
|
||||||
def _init(self):
|
def _init(self):
|
||||||
self._bcp = self.cookies.get("bcp", domain="www.behance.net")
|
self._bcp = self.cookies.get("bcp", domain="www.behance.net")
|
||||||
|
|||||||
Reference in New Issue
Block a user