Version 20211001.01. Use GNU Wget 1.20.3-at.20211001.01.

This commit is contained in:
arkiver 2021-10-01 02:44:01 +02:00
parent ed80cb5a9d
commit 0c5e8cd3bd

View File

@ -42,7 +42,7 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'):
WGET_AT = find_executable( WGET_AT = find_executable(
'Wget+AT', 'Wget+AT',
[ [
'GNU Wget 1.20.3-at.20210504.01' 'GNU Wget 1.20.3-at.20211001.01'
], ],
[ [
'./wget-at', './wget-at',
@ -59,7 +59,7 @@ if not WGET_AT:
# #
# Update this each time you make a non-cosmetic change. # Update this each time you make a non-cosmetic change.
# It will be added to the WARC files and reported to the tracker. # It will be added to the WARC files and reported to the tracker.
VERSION = '20210707.01' VERSION = '20211001.01'
TRACKER_ID = 'reddit' TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li' TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20 MULTI_ITEM_SIZE = 20