Skip to content

Commit

Permalink
Merge pull request #769 from grabowskiadrian/main
Browse files Browse the repository at this point in the history
change chess.com to use api
  • Loading branch information
WebBreacher authored Nov 3, 2023
2 parents ad28bd3 + ee5249d commit 97f8c7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,10 +974,11 @@
},
{
"name" : "Chess.com",
"uri_check" : "https://www.chess.com/member/{account}",
"uri_check" : "https://api.chess.com/pub/player/{account}",
"uri_pretty" : "https://www.chess.com/member/{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 97f8c7c

Please sign in to comment.