fix: exhaustive generic parser and implement local archive history

This commit is contained in:
ergosteur
2026-03-07 05:05:08 -05:00
parent 5267dab236
commit 103ce6f207
3 changed files with 262 additions and 198 deletions

View File

@@ -21,6 +21,9 @@
- **Backend:** Express, tsx (for server-side scanning)
- **Decompression:** xz-decompress (WASM)
## Known Issues
- **Generic Collection Parser:** Currently unreliable for non-Instagram archive structures (e.g., folders with arbitrary media filenames). It may fail to correctly identify or group posts in some environments.
## Commands
- `npm install`: Install project dependencies.
- `npm run dev`: Start the local development server on port 3000.