summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/common.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-04 18:45:48 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-04 18:45:48 -0400
commit7997fa94c82f9a6db63421c0af433f325a8aa607 (patch)
tree25e8377f1d038f8dad93e2c54c12beacbc65f470 /gallery_dl/extractor/common.py
parente052f3b9e1d9703a5a466daeaf37bacf476c2daf (diff)
New upstream version 1.26.2.upstream/1.26.2
Diffstat (limited to 'gallery_dl/extractor/common.py')
-rw-r--r--gallery_dl/extractor/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gallery_dl/extractor/common.py b/gallery_dl/extractor/common.py
index 0d67df7..3bec424 100644
--- a/gallery_dl/extractor/common.py
+++ b/gallery_dl/extractor/common.py
@@ -35,6 +35,7 @@ class Extractor():
root = ""
cookies_domain = ""
referer = True
+ ciphers = None
tls12 = True
browser = None
request_interval = 0.0
@@ -305,6 +306,7 @@ class Extractor():
headers["User-Agent"] = useragent
headers["Accept"] = "*/*"
headers["Accept-Language"] = "en-US,en;q=0.5"
+ ssl_ciphers = self.ciphers
if BROTLI:
headers["Accept-Encoding"] = "gzip, deflate, br"