mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -04:00
fix: Overwrite(add command) was using snapshots without timestamps (and in memory), causing issues with some extractors
This commit is contained in:
parent
a36f36866f
commit
30c886d4d4
3 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,7 @@ def archive_snapshot(snapshot: Model, overwrite: bool=False, methods: Optional[I
|
|||
# print('{black} X {}{reset}'.format(method_name, **ANSI))
|
||||
stats['skipped'] += 1
|
||||
except Exception as e:
|
||||
raise Exception('Exception in archive_methods.save_{}(Link(url={}))'.format(
|
||||
raise Exception('Exception in archive_methods.save_{}(Snapshot(url={}))'.format(
|
||||
method_name,
|
||||
snapshot.url,
|
||||
)) from e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue