mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-12 01:10:50 +00:00
Version 20230509.02. Support new Wget-AT.
This commit is contained in:
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…
Reference in New Issue
Block a user