mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 23:24:30 -04:00
fix wget_output_path urlencoding
This commit is contained in:
parent
64e6eb5f7b
commit
b7cae4f72e
3 changed files with 36 additions and 16 deletions
3
index.py
3
index.py
|
@ -14,10 +14,11 @@ from config import (
|
|||
ARCHIVE_DIR,
|
||||
ANSI,
|
||||
GIT_SHA,
|
||||
FOOTER_INFO,
|
||||
)
|
||||
from util import (
|
||||
chmod_file,
|
||||
html_appended_url,
|
||||
wget_output_path,
|
||||
derived_link_info,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue