X-Git-Url: https://git.hedgecode.org/?p=chesshog-scanner.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fsettings%2Flichess.settings;fp=src%2Fmain%2Fresources%2Fsettings%2Flichess.settings;h=4f44ba17534f214687bb5a740dcad2605c99b224;hp=0000000000000000000000000000000000000000;hb=2f45a4a456c2d23642a91668276fc31211975711;hpb=607aedc60436c739f0a0fce23b4830c7e1561a53 diff --git a/src/main/resources/settings/lichess.settings b/src/main/resources/settings/lichess.settings new file mode 100644 index 0000000..4f44ba1 --- /dev/null +++ b/src/main/resources/settings/lichess.settings @@ -0,0 +1,8 @@ +{ + "tournamentUrl": "https://lichess.org/api/tournament/[tournamentId]/games", + "tournamentIsMultiPage": false, + "tournamentQueryParams": "?clocks=false&evals=false&opening=true", + "gameUrl": "https://lichess.org/[gameId]", + "gamePgnUrl": "https://lichess.org/game/export/[gameId]", + "gameQueryParams": "?clocks=false&evals=false&literate=true" +} \ No newline at end of file