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=da7599083454a631ebf0421a9ce61722361f7c11;hp=d6e3b6558ce3c01d178a20f0d3db473748aad729;hb=cbcefd2f85fa56b769bc211a134c7df1e97ef0be;hpb=8b5e21d880364363f4f8d51e126c1db91f8e2c4c diff --git a/src/main/resources/settings/chessbomb.settings b/src/main/resources/settings/chessbomb.settings index d6e3b65..da75990 100644 --- a/src/main/resources/settings/chessbomb.settings +++ b/src/main/resources/settings/chessbomb.settings @@ -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