Updated warrior support

This commit is contained in:
Thomas Glass 2021-02-03 13:56:26 +00:00 committed by GitHub
parent 261a7f76d2
commit e6c33f9433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ WGET_AT = find_executable(
['GNU Wget 1.20.3-at.20201030.01'], ['GNU Wget 1.20.3-at.20201030.01'],
[ [
'./wget-at', './wget-at',
'/home/warrior/data/wget-at' '/home/warrior/data/wget-at-gnutls'
] ]
) )
@ -57,7 +57,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 = '20210130.02' VERSION = '20210203.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