mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
fix urldecoding of titles
This commit is contained in:
parent
650380efce
commit
dbe4660da3
2 changed files with 16 additions and 3 deletions
2
index.py
2
index.py
|
@ -146,7 +146,7 @@ def write_html_link_index(out_dir, link):
|
|||
'bookmarked': datetime.fromtimestamp(float(link['timestamp'])).strftime('%Y-%m-%d %H:%M'),
|
||||
'updated': datetime.fromtimestamp(float(link['updated'])).strftime('%Y-%m-%d %H:%M'),
|
||||
'archive_org': link['latest'].get('archive_org') or 'https://web.archive.org/save/{}'.format(link['url']),
|
||||
'wget': link['latest'].get('wget') or link['domain'],
|
||||
'wget': link['latest'].get('wget') or wget_output_path(link),
|
||||
}))
|
||||
|
||||
chmod_file(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue