From 1a14af20954f15c109452af475887cfc9a871aeb Mon Sep 17 00:00:00 2001 From: arkiver Date: Tue, 9 May 2023 05:48:05 +0200 Subject: [PATCH] Version 20230509.02. Support new Wget-AT. --- pipeline.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pipeline.py b/pipeline.py index bef2158..b17c2a7 100644 --- a/pipeline.py +++ b/pipeline.py @@ -44,7 +44,8 @@ WGET_AT = find_executable( [ 'GNU Wget 1.20.3-at.20211001.01', 'GNU Wget 1.21.3-at.20220503.02', - 'GNU Wget 1.21.3-at.20220608.02' + 'GNU Wget 1.21.3-at.20220608.02', + 'GNU Wget 1.21.3-at.20230208.01' ], [ './wget-at', @@ -61,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 = '20230509.01' +VERSION = '20230509.02' TRACKER_ID = 'reddit' TRACKER_HOST = 'legacy-api.arpa.li' MULTI_ITEM_SIZE = 20