Version 20230509.02. Support new Wget-AT.

pull/17/head
arkiver 1 year ago
parent b2654e9317
commit 1a14af2095

@ -44,7 +44,8 @@ WGET_AT = find_executable(
[ [
'GNU Wget 1.20.3-at.20211001.01', 'GNU Wget 1.20.3-at.20211001.01',
'GNU Wget 1.21.3-at.20220503.02', 'GNU Wget 1.21.3-at.20220503.02',
'GNU Wget 1.21.3-at.20220608.02' 'GNU Wget 1.21.3-at.20220608.02',
'GNU Wget 1.21.3-at.20230208.01'
], ],
[ [
'./wget-at', './wget-at',
@ -61,7 +62,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 = '20230509.01' VERSION = '20230509.02'
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

Loading…
Cancel
Save