Version 20230607.01. Use GNU Wget 1.21.3-at.20230605.01 and arguments around DNS.

pull/17/head
arkiver 12 months ago
parent da85457aae
commit 37ba172c61

@ -42,14 +42,11 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'):
WGET_AT = find_executable(
'Wget+AT',
[
'GNU Wget 1.20.3-at.20211001.01',
'GNU Wget 1.21.3-at.20220503.02',
'GNU Wget 1.21.3-at.20220608.02',
'GNU Wget 1.21.3-at.20230208.01'
'GNU Wget 1.21.3-at.20230605.01'
],
[
'./wget-at',
'/home/warrior/data/wget-at-gnutls'
'./wget-at',
'/home/warrior/data/wget-at-gnutls'
]
)
@ -62,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 = '20230531.01'
VERSION = '20230607.01'
TRACKER_ID = 'reddit'
TRACKER_HOST = 'legacy-api.arpa.li'
MULTI_ITEM_SIZE = 20
@ -240,6 +237,10 @@ class WgetArgs(object):
WGET_AT,
'-U', user_agent,
'-nv',
'--host-lookups', 'dns',
'--hosts-file', '/dev/null',
'--resolvconf-file', '/dev/null',
'--dns-servers', '9.9.9.10,149.112.112.10,2620:fe::10,2620:fe::fe:10',
'--load-cookies', 'cookies.txt',
'--content-on-error',
'--no-http-keep-alive',

Loading…
Cancel
Save