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