From 5f7cee8d3a482b09809c677d397f4f79a714cc15 Mon Sep 17 00:00:00 2001 From: arkiver Date: Tue, 28 Nov 2023 02:35:20 +0100 Subject: [PATCH] Version 20231127.02. New --ciphers value. --- pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline.py b/pipeline.py index 5ae9647..af58e9c 100644 --- a/pipeline.py +++ b/pipeline.py @@ -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 = '20231127.01' +VERSION = '20231127.02' 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', 'SECURE256' + '--ciphers', 'SECURE128' ] dict_data = ZstdDict.get_dict() with open(os.path.join(item['item_dir'], 'zstdict'), 'wb') as f: