Skip to content

Commit

Permalink
#760 change chess.com to use api
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Grabowski authored and Adrian Grabowski committed Nov 3, 2023
1 parent 63ecddc commit ad26e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,10 +974,10 @@
},
{
"name" : "Chess.com",
"uri_check" : "https://www.chess.com/member/{account}",
"uri_check" : "https://api.chess.com/pub/player/{account}",
"e_code" : 200,
"e_string" : "Last Online",
"m_string" : "<title>Missing Page?! - Chess.com</title>",
"e_string" : "player_id",
"m_string" : "not found",
"m_code" : 404,
"known" : ["john", "peter", "josh"],
"cat" : "gaming"
Expand Down

0 comments on commit ad26e1d

Please sign in to comment.