Version 20230531.01. Use --secure-protocol PFS.

pull/17/head
arkiver 12 months ago
parent 48b24323c6
commit da85457aae

@ -62,7 +62,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 = '20230530.01'
VERSION = '20230531.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20
@ -266,7 +266,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',
'--secure-protocol', 'TLSv1_2'
'--secure-protocol', 'PFS'
]
dict_data = ZstdDict.get_dict()
with open(os.path.join(item['item_dir'], 'zstdict'), 'wb') as f:

Loading…
Cancel
Save