[LIB-13] Method scanUrl implementation for several scanners
[chesshog-scanner.git] / src / main / resources / settings / chessbomb.settings
index d6e3b65..da75990 100644 (file)
@@ -1,9 +1,9 @@
 {
   "tournamentUrl": "https://www.chessbomb.com/arena/[tournamentId]",
   "tournamentIsMultiPage": false,
-  "tournamentGamesUrlRegex": "cbConfigData=\"([^\"]+)\"",
+  "tournamentJsonUrlRegex": "cbConfigData=\"([^\"]+)\"",
   "tournamentQuery": "https://www.chessbomb.com/arena/",
   "tournamentQueryUrlRegex": "cbConfigData=\"([^\"]+)\"",
   "gameUrl": "https://www.chessbomb.com/arena/[tournamentId]/[gameId]",
-  "gameUrlRegex": "cbConfigData=\"([^\"]+)\""
+  "gameJsonUrlRegex": "cbConfigData=\"([^\"]+)\""
 }
\ No newline at end of file