X-Git-Url: https://git.hedgecode.org/?p=chesshog-scanner.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fsettings%2Fchessbomb.settings;fp=src%2Fmain%2Fresources%2Fsettings%2Fchessbomb.settings;h=d6e3b6558ce3c01d178a20f0d3db473748aad729;hp=0000000000000000000000000000000000000000;hb=9dcb43da39bcfbfb37ca8307e0d46bbfeee9363b;hpb=6e8190a376e6ff4e4aa689f918a45135f9745c64 diff --git a/src/main/resources/settings/chessbomb.settings b/src/main/resources/settings/chessbomb.settings new file mode 100644 index 0000000..d6e3b65 --- /dev/null +++ b/src/main/resources/settings/chessbomb.settings @@ -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