add basic html and fancy link index options

This commit is contained in:
Nick Sweeting 2017-10-30 02:49:44 -05:00
parent a95912679e
commit db26ab9aa9
4 changed files with 314 additions and 253 deletions

View file

@ -106,5 +106,4 @@ if __name__ == '__main__':
# make sure folder structure is sane
cleanup_archive(ARCHIVE_FOLDER, links)
raise SystemExit(0)
update_archive(export_path, links, resume=resume_from, append=True)