[LIB-13] Add chessbomb scanner
[chesshog-scanner.git] / src / main / resources / settings / chessbomb.settings
diff --git a/src/main/resources/settings/chessbomb.settings b/src/main/resources/settings/chessbomb.settings
new file mode 100644 (file)
index 0000000..d6e3b65
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "tournamentUrl": "https://www.chessbomb.com/arena/[tournamentId]",
+  "tournamentIsMultiPage": false,
+  "tournamentGamesUrlRegex": "cbConfigData=\"([^\"]+)\"",
+  "tournamentQuery": "https://www.chessbomb.com/arena/",
+  "tournamentQueryUrlRegex": "cbConfigData=\"([^\"]+)\"",
+  "gameUrl": "https://www.chessbomb.com/arena/[tournamentId]/[gameId]",
+  "gameUrlRegex": "cbConfigData=\"([^\"]+)\""
+}
\ No newline at end of file