Remove activity download.

main
Joshua Potter 2023-12-06 20:11:54 -07:00
parent 47e8d245c3
commit f2fd289225
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@ class Fetcher(BaseFetcher):
f"https://www.chess.com/member/{username}", f"https://www.chess.com/member/{username}",
self.path_coach_file(username, f"{username}.html"), self.path_coach_file(username, f"{username}.html"),
), ),
(
f"https://www.chess.com/callback/member/activity/{username}?page=1",
self.path_coach_file(username, "activity.json"),
),
( (
f"https://www.chess.com/callback/member/stats/{username}", f"https://www.chess.com/callback/member/stats/{username}",
self.path_coach_file(username, "stats.json"), self.path_coach_file(username, "stats.json"),