Version 20230727.03. In the Warrior, do not use GnuTLS compiled Wget-AT.

pull/18/head
arkiver 10 months ago
parent 6e73452ec5
commit 29a6952edb

@ -46,7 +46,7 @@ WGET_AT = find_executable(
],
[
'./wget-at',
'/home/warrior/data/wget-at-gnutls'
'/home/warrior/data/wget-at'
]
)
@ -59,7 +59,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 = '20230727.02'
VERSION = '20230727.03'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 40

Loading…
Cancel
Save