mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-12 01:10:50 +00:00
Version 20231127.01. Use --ciphers SECURE256.
This commit is contained in:
parent
7da27ab110
commit
2b41d8ef42
@ -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 = '20231118.01'
|
||||
VERSION = '20231127.01'
|
||||
TRACKER_ID = 'reddit'
|
||||
TRACKER_HOST = 'legacy-api.arpa.li'
|
||||
MULTI_ITEM_SIZE = 100
|
||||
@ -280,7 +280,8 @@ class WgetArgs(object):
|
||||
'--warc-dedup-url-agnostic',
|
||||
'--warc-compression-use-zstd',
|
||||
'--warc-zstd-dict-no-include',
|
||||
'--header', 'Accept-Language: en-US;q=0.9, en;q=0.8'
|
||||
'--header', 'Accept-Language: en-US;q=0.9, en;q=0.8',
|
||||
'--ciphers', 'SECURE256'
|
||||
]
|
||||
dict_data = ZstdDict.get_dict()
|
||||
with open(os.path.join(item['item_dir'], 'zstdict'), 'wb') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user