mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
actually fix path
This commit is contained in:
parent
5c401007d3
commit
450b4534ad
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ def wget_output_path(link, look_in=None):
|
||||||
if re.search(".+\\.[Hh][Tt][Mm][Ll]?$", f, re.I | re.M)
|
if re.search(".+\\.[Hh][Tt][Mm][Ll]?$", f, re.I | re.M)
|
||||||
]
|
]
|
||||||
if html_files:
|
if html_files:
|
||||||
return urlencode(os.path.join(ARCHIVE_DIR, link['timestamp'], *wget_folder, html_files[0]))
|
return urlencode(os.path.join('archive', link['timestamp'], *wget_folder, html_files[0]))
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue