mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
pass overwrite properly
This commit is contained in:
parent
d6030e15c7
commit
943453a9a8
3 changed files with 5 additions and 4 deletions
archivebox
|
@ -673,7 +673,7 @@ def update(resume: Optional[float]=None,
|
|||
|
||||
# Step 3: Run the archive methods for each link
|
||||
to_archive = new_links if only_new else all_links
|
||||
archive_links(to_archive, out_dir=out_dir)
|
||||
archive_links(to_archive, overwrite=overwrite, out_dir=out_dir)
|
||||
|
||||
# Step 4: Re-write links index with updated titles, icons, and resources
|
||||
all_links = load_main_index(out_dir=out_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue