Version 20200902.01. Support Wget-AT version 1.20.3-at.20200902.01.

This commit is contained in:
arkiver 2020-09-02 09:46:17 -04:00
parent 99875895b6
commit 9ecf9a3a30

View File

@ -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'