mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-16 06:13:10 +00:00
Version 20201031.01. Support Wget-AT version 1.20.3-at.20201030.01.
This commit is contained in:
parent
9ecf9a3a30
commit
4284d24b47
@ -44,7 +44,8 @@ WGET_AT = find_executable(
|
||||
[
|
||||
'GNU Wget 1.20.3-at.20200401.01',
|
||||
'GNU Wget 1.20.3-at.20200804.01',
|
||||
'GNU Wget 1.20.3-at.20200902.01'
|
||||
'GNU Wget 1.20.3-at.20200902.01',
|
||||
'GNU Wget 1.20.3-at.20201030.01'
|
||||
],
|
||||
['./wget-at']
|
||||
)
|
||||
@ -58,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 = '20200902.01'
|
||||
VERSION = '20201031.01'
|
||||
USER_AGENT = 'Archive Team'
|
||||
TRACKER_ID = 'reddittest'
|
||||
TRACKER_HOST = 'trackerproxy.archiveteam.org'
|
||||
|
Loading…
Reference in New Issue
Block a user