20210410.01 - New day, new wget-at

pull/10/head
Thomas Glass 4 years ago committed by GitHub
parent 6e15841550
commit 1f9e995b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ 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.20210410.01',
'GNU Wget 1.20.3-at.20210212.02'
],
[
@ -60,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 = '20210407.01'
VERSION = '20210410.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20

Loading…
Cancel
Save