[LIB-13] Method scanUrl implementation for several scanners
[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 }