From ee5249d3ec37b28c55fd413b7bca9c17e510d860 Mon Sep 17 00:00:00 2001 From: Adrian Grabowski Date: Fri, 3 Nov 2023 16:18:29 +0100 Subject: [PATCH] Add uri_pretty for chess.com after change to api --- wmn-data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/wmn-data.json b/wmn-data.json index 37fbfe23..e9eeaace 100644 --- a/wmn-data.json +++ b/wmn-data.json @@ -975,6 +975,7 @@ { "name" : "Chess.com", "uri_check" : "https://api.chess.com/pub/player/{account}", + "uri_pretty" : "https://www.chess.com/member/{account}", "e_code" : 200, "e_string" : "player_id", "m_string" : "not found",