mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 23:24:30 -04:00
improve logging of skipped links
This commit is contained in:
parent
5101b30f02
commit
1c5732d5c6
3 changed files with 30 additions and 7 deletions
|
@ -201,7 +201,6 @@ def write_link_index(out_dir, link):
|
|||
link['updated'] = str(datetime.now().timestamp())
|
||||
write_json_link_index(out_dir, link)
|
||||
write_html_link_index(out_dir, link)
|
||||
# print(' √ index.html, index.json')
|
||||
|
||||
def write_json_link_index(out_dir, link):
|
||||
"""write a json file with some info about the link"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue