mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-16 06:13:10 +00:00
Updated warrior support
This commit is contained in:
parent
261a7f76d2
commit
e6c33f9433
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user