mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 08:04:26 -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
|
@ -106,6 +106,7 @@ class Snapshot(models.Model):
|
|||
if "tags" in info:
|
||||
# TODO: Handle tags
|
||||
info.pop("tags")
|
||||
info.pop("base_url", None)
|
||||
return cls(**info)
|
||||
|
||||
def get_history(self) -> dict:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue