class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)
Game | Time | WPM | Accuracy |
---|---|---|---|
305 | 2022-10-26 15:55:40 | 57.64 | 91% |
248 | 2022-10-11 13:31:19 | 71.55 | 93% |
235 | 2022-10-05 14:52:23 | 69.58 | 94% |
230 | 2022-10-04 14:14:19 | 69.54 | 93% |
186 | 2022-09-26 06:43:32 | 59.13 | 93% |
164 | 2022-09-20 12:11:42 | 62.64 | 94% |
124 | 2022-09-08 18:57:46 | 57.10 | 93% |
104 | 2022-09-02 06:20:42 | 53.91 | 93% |
74 | 2022-07-08 06:13:43 | 59.31 | 93% |
69 | 2022-07-07 07:39:57 | 56.94 | 93% |
45 | 2022-06-28 07:33:15 | 61.22 | 93% |
35 | 2022-06-23 06:32:16 | 63.04 | 95% |
16 | 2022-06-20 08:10:03 | 55.58 | 92% |
10 | 2022-06-18 11:06:58 | 51.32 | 92% |