Remove activity download.
parent
47e8d245c3
commit
f2fd289225
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue