[behance] fix '403 Forbidden' errors

This commit is contained in:
Mike Fährmann
2025-06-05 14:25:07 +02:00
parent efd49aef73
commit d7d99d5606
2 changed files with 2 additions and 1 deletions

View File

@@ -778,7 +778,7 @@ extractor.*.tls12
Type
``bool``
Default
* ``false``: ``artstation``
* ``false``: ``artstation``, ``behance``
* ``true``: otherwise
Description
Allow selecting TLS 1.2 cipher suites.

View File

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