better UX before titles have been fetched during archiving progress

This commit is contained in:
Nick Sweeting 2019-03-19 18:09:46 -04:00
parent 914750c453
commit eb5cc8078a
5 changed files with 90 additions and 27 deletions

View file

@ -244,7 +244,7 @@ def fetch_page_title(url, timeout=10, progress=SHOW_PROGRESS):
# ))
return None
def wget_output_path(link, look_in=None):
def wget_output_path(link):
"""calculate the path to the wgetted .html file, since wget may
adjust some paths to be different than the base_url path.