mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
handle urls with special characters properly
This commit is contained in:
parent
6a8f6f52af
commit
97249a1861
5 changed files with 22 additions and 22 deletions
|
@ -309,7 +309,7 @@ def wget_output_path(link: Link) -> Optional[str]:
|
|||
search_dir = os.path.join(
|
||||
link.link_dir,
|
||||
domain(link.url),
|
||||
full_path,
|
||||
urldecode(full_path),
|
||||
)
|
||||
|
||||
for _ in range(4):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue