mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
better UX before titles have been fetched during archiving progress
This commit is contained in:
parent
914750c453
commit
eb5cc8078a
5 changed files with 90 additions and 27 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue