feat: add .o tape extension, recompute missing (32,960 rows)

claude-opus-4-6@MacFiver
This commit is contained in:
2026-02-17 16:18:51 +00:00
parent 6b91fde972
commit 5a6c536283
2 changed files with 131 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ const STATE_FILE = path.join(CDN_CACHE, ".update-software-hashes.state.json");
const TAPE_FILETYPE_IDS = [8, 22];
// Tape file extensions in priority order (most common first)
const TAPE_EXTENSIONS = [".tap", ".tzx", ".pzx", ".csw", ".p"];
const TAPE_EXTENSIONS = [".tap", ".tzx", ".pzx", ".csw", ".p", ".o"];
// ---- DB ----
const pool = mysql.createPool({