mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-12 01:10:50 +00:00
Version 20200902.01. Support Wget-AT version 1.20.3-at.20200902.01.
This commit is contained in:
parent
99875895b6
commit
9ecf9a3a30
@ -41,7 +41,11 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'):
|
||||
|
||||
WGET_AT = find_executable(
|
||||
'Wget+AT',
|
||||
['GNU Wget 1.20.3-at.20200401.01', 'GNU Wget 1.20.3-at.20200804.01'],
|
||||
[
|
||||
'GNU Wget 1.20.3-at.20200401.01',
|
||||
'GNU Wget 1.20.3-at.20200804.01',
|
||||
'GNU Wget 1.20.3-at.20200902.01'
|
||||
],
|
||||
['./wget-at']
|
||||
)
|
||||
|
||||
@ -54,7 +58,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 = '20200821.02'
|
||||
VERSION = '20200902.01'
|
||||
USER_AGENT = 'Archive Team'
|
||||
TRACKER_ID = 'reddittest'
|
||||
TRACKER_HOST = 'trackerproxy.archiveteam.org'
|
||||
|
Loading…
Reference in New Issue
Block a user