da7599083454a631ebf0421a9ce61722361f7c11
[chesshog-scanner.git] / src / main / resources / settings / chessbomb.settings
1 {
2   "tournamentUrl": "https://www.chessbomb.com/arena/[tournamentId]",
3   "tournamentIsMultiPage": false,
4   "tournamentJsonUrlRegex": "cbConfigData=\"([^\"]+)\"",
5   "tournamentQuery": "https://www.chessbomb.com/arena/",
6   "tournamentQueryUrlRegex": "cbConfigData=\"([^\"]+)\"",
7   "gameUrl": "https://www.chessbomb.com/arena/[tournamentId]/[gameId]",
8   "gameJsonUrlRegex": "cbConfigData=\"([^\"]+)\""
9 }