added stop/resume on found the first item

This commit is contained in:
2026-06-30 19:20:06 +03:30
parent 42ddcdd22e
commit 78265d92ba
5 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -97,7 +97,8 @@ def _migrate(conn: sqlite3.Connection) -> None:
"max_pages": "INTEGER NOT NULL DEFAULT 10",
"pagination_wait_ms": "INTEGER NOT NULL DEFAULT 1500",
"target_url": "TEXT NOT NULL DEFAULT ''",
"scenario": "TEXT NOT NULL DEFAULT 'dynamic'",
"scenario": "TEXT NOT NULL DEFAULT 'dynamic'",
"stop_on_first_click": "INTEGER NOT NULL DEFAULT 0",
}
for col, definition in additions.items():
if col not in existing: