mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 05:41:54 +02:00
fix: Wget issue when calculating output path
This commit is contained in:
@@ -180,7 +180,7 @@ def wget_output_path(snapshot: Model) -> Optional[str]:
|
|||||||
# Move up one directory level
|
# Move up one directory level
|
||||||
search_dir = search_dir.parent
|
search_dir = search_dir.parent
|
||||||
|
|
||||||
if str(search_dir) == snapshot.snapshot_dir:
|
if search_dir == snapshot.snapshot_dir:
|
||||||
break
|
break
|
||||||
|
|
||||||
search_dir = Path(snapshot.snapshot_dir) / domain(snapshot.url).replace(":", "+") / urldecode(full_path)
|
search_dir = Path(snapshot.snapshot_dir) / domain(snapshot.url).replace(":", "+") / urldecode(full_path)
|
||||||
|
Reference in New Issue
Block a user