mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
fix abid generation migrations to be historically consistent
This commit is contained in:
parent
506b3d28d4
commit
9273db528e
6 changed files with 99 additions and 31 deletions
|
@ -181,6 +181,7 @@ class SnapshotView(View):
|
|||
except (IndexError, ValueError):
|
||||
slug, archivefile = path.split('/', 1)[0], 'index.html'
|
||||
|
||||
|
||||
# slug is a timestamp
|
||||
if slug.replace('.','').isdigit():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue