Skip to content

Commit

Permalink
Work around ArchiveTeam/wpull#234
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Feb 1, 2015
1 parent d0b3870 commit 1dd3df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pipeline/archivebot/seesaw/wpull.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def make_args(item, default_user_agent, wpull_exe, phantomjs_exe, finished_warcs
'--no-parent',
'--sitemaps',
'--inet4-only',
'--no-skip-getaddrinfo',
'--timeout', '20',
'--tries', '3',
'--waitretry', '5',
Expand Down
2 changes: 1 addition & 1 deletion pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
MarkItemAsDone, CheckIP


VERSION = "20150201.01"
VERSION = "20150201.02"
PHANTOMJS_VERSION = '1.9.8'
EXPIRE_TIME = 60 * 60 * 48 # 48 hours between archive requests
WPULL_EXE = find_executable('Wpull', None, [ './wpull' ])
Expand Down

0 comments on commit 1dd3df2

Please sign in to comment.