From 9ecf9a3a3050cc051e4738dbf5297de5d6e00442 Mon Sep 17 00:00:00 2001 From: arkiver Date: Wed, 2 Sep 2020 09:46:17 -0400 Subject: [PATCH] Version 20200902.01. Support Wget-AT version 1.20.3-at.20200902.01. --- pipeline.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pipeline.py b/pipeline.py index 42bb1f1..ee63995 100644 --- a/pipeline.py +++ b/pipeline.py @@ -41,7 +41,11 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'): WGET_AT = find_executable( 'Wget+AT', - ['GNU Wget 1.20.3-at.20200401.01', 'GNU Wget 1.20.3-at.20200804.01'], + [ + 'GNU Wget 1.20.3-at.20200401.01', + 'GNU Wget 1.20.3-at.20200804.01', + 'GNU Wget 1.20.3-at.20200902.01' + ], ['./wget-at'] ) @@ -54,7 +58,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 = '20200821.02' +VERSION = '20200902.01' USER_AGENT = 'Archive Team' TRACKER_ID = 'reddittest' TRACKER_HOST = 'trackerproxy.archiveteam.org'