mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-04 12:00:12 +00:00
Version 20211001.01. Use GNU Wget 1.20.3-at.20211001.01.
This commit is contained in:
parent
ed80cb5a9d
commit
0c5e8cd3bd
@ -42,7 +42,7 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'):
|
|||||||
WGET_AT = find_executable(
|
WGET_AT = find_executable(
|
||||||
'Wget+AT',
|
'Wget+AT',
|
||||||
[
|
[
|
||||||
'GNU Wget 1.20.3-at.20210504.01'
|
'GNU Wget 1.20.3-at.20211001.01'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'./wget-at',
|
'./wget-at',
|
||||||
@ -59,7 +59,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 = '20210707.01'
|
VERSION = '20211001.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