mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
fix: Overwrite(add command) was using snapshots without timestamps (and in memory), causing issues with some extractors
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user