mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
fix parser bailing out with IndexError
This commit is contained in:
parent
965130815d
commit
734c99cfdb
2 changed files with 2 additions and 2 deletions
2
util.py
2
util.py
|
@ -387,7 +387,7 @@ def cleanup_archive(path, links):
|
|||
|
||||
if unmatched:
|
||||
print('[!] Warning! {} unrecognized folders in html/archive/'.format(len(unmatched)))
|
||||
print('\n '.join(unmatched))
|
||||
print(' '+ '\n '.join(unmatched))
|
||||
|
||||
|
||||
def html_appended_url(link):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue