From 1f9e995b4e407b71557f1871f0bcf535710f1e1e Mon Sep 17 00:00:00 2001 From: Thomas Glass Date: Sat, 10 Apr 2021 15:20:27 +0100 Subject: [PATCH] 20210410.01 - New day, new wget-at --- pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline.py b/pipeline.py index e9ecd69..bbb526d 100644 --- a/pipeline.py +++ b/pipeline.py @@ -42,7 +42,7 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'): WGET_AT = find_executable( 'Wget+AT', [ - 'GNU Wget 1.20.3-at.20201030.01', + 'GNU Wget 1.20.3-at.20210410.01', 'GNU Wget 1.20.3-at.20210212.02' ], [ @@ -60,7 +60,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 = '20210407.01' +VERSION = '20210410.01' TRACKER_ID = 'reddit' TRACKER_HOST = 'legacy-api.arpa.li' MULTI_ITEM_SIZE = 20