feat: Update extractors and add command to use sql index as source of truth

This commit is contained in:
Cristian 2020-08-18 12:24:43 -05:00 committed by Cristian Vargas
parent e9caee6b10
commit 31343c1367
3 changed files with 3 additions and 5 deletions

View file

@ -113,8 +113,6 @@ def archive_link(link: Link, overwrite: bool=False, methods: Optional[Iterable[s
pass
write_link_details(link, out_dir=out_dir, skip_sql_index=skip_index)
if not skip_index:
patch_main_index(link)
# # If any changes were made, update the main links index json and html
# was_changed = stats['succeeded'] or stats['failed']