mirror of
https://github.com/ArchiveTeam/reddit-grab
synced 2024-11-12 01:10:50 +00:00
Version 20210115.01. Use Connection: Close header.
This commit is contained in:
parent
0be16f775a
commit
2f96fa399c
@ -54,7 +54,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 = '20210114.04'
|
||||
VERSION = '20210115.01'
|
||||
TRACKER_ID = 'reddit'
|
||||
TRACKER_HOST = 'trackerproxy.archiveteam.org'
|
||||
MULTI_ITEM_SIZE = 20
|
||||
@ -209,6 +209,7 @@ class WgetArgs(object):
|
||||
'-nv',
|
||||
'--load-cookies', 'cookies.txt',
|
||||
'--content-on-error',
|
||||
'--no-http-keep-alive',
|
||||
'--lua-script', 'reddit.lua',
|
||||
'-o', ItemInterpolation('%(item_dir)s/wget.log'),
|
||||
'--no-check-certificate',
|
||||
|
Loading…
Reference in New Issue
Block a user