mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 23:36:22 +02:00
fix output path
This commit is contained in:
@@ -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 html_files:
|
||||
return urlencode(os.path.join(*wget_folder, html_files[0]))
|
||||
return urlencode(os.path.join(ARCHIVE_DIR, link['timestamp'], *wget_folder, html_files[0]))
|
||||
|
||||
return None
|
||||
|
||||
|
Reference in New Issue
Block a user