add 1.20.3-at.20210212.02 as supported wget-at version

pull/10/head
Katie Holly 3 years ago
parent 3b4a2ef5a7
commit eaad7cd7e7
No known key found for this signature in database
GPG Key ID: DE1E22E12CFE7E1A

@ -41,7 +41,10 @@ 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.20201030.01',
'GNU Wget 1.20.3-at.20210212.02'
],
[
'./wget-at',
'/home/warrior/data/wget-at-gnutls'
@ -57,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 = '20210225.01'
VERSION = '20210225.02'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20

Loading…
Cancel
Save