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 |
---|---|---|---|
394 | 2025-01-24 16:06:01 | 34.37 | 93% |
388 | 2025-01-17 09:29:35 | 36.72 | 93.8% |
371 | 2025-01-13 00:04:08 | 37.70 | 92.3% |
327 | 2024-12-31 00:15:37 | 38.85 | 93.1% |
269 | 2024-04-13 17:04:02 | 30.19 | 90% |
250 | 2024-02-29 00:28:46 | 36.91 | 92% |
232 | 2024-02-25 19:00:47 | 35.30 | 93.2% |
223 | 2024-02-24 00:11:44 | 27.22 | 90.1% |
209 | 2024-02-04 00:31:32 | 31.07 | 90.8% |
188 | 2023-07-31 19:45:53 | 38.52 | 93.7% |
186 | 2023-07-30 16:04:15 | 37.50 | 92.3% |
156 | 2023-07-21 23:45:47 | 37.64 | 93.6% |
154 | 2023-07-18 15:17:26 | 34.38 | 90% |
93 | 2023-06-19 00:48:15 | 30.54 | 91.7% |
89 | 2023-06-18 03:15:20 | 31.25 | 91.8% |
57 | 2023-06-08 23:51:53 | 32.75 | 91.4% |
32 | 2023-06-04 22:13:47 | 33.50 | 92.3% |
30 | 2023-06-02 00:42:55 | 25.75 | 89.7% |