Version 20231115.01. Change cipher list.

master
arkiver 6 months ago
parent 8fc86a11ca
commit 0dc36e31e0

@ -72,7 +72,7 @@ if not WGET_AT:
#
# Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker.
VERSION = '20231111.02'
VERSION = '20231115.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 100
@ -281,7 +281,7 @@ class WgetArgs(object):
'--warc-compression-use-zstd',
'--warc-zstd-dict-no-include',
'--header', 'Accept-Language: en-US;q=0.9, en;q=0.8',
'--ciphers', 'MEDIUM:+SHA256'
'--ciphers', 'HIGH:+CHACHA20'
]
dict_data = ZstdDict.get_dict()
with open(os.path.join(item['item_dir'], 'zstdict'), 'wb') as f:

Loading…
Cancel
Save