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 |
---|---|---|---|
393 | 2023-09-26 14:29:03 | 47.14 | 95.1% |
384 | 2023-09-23 04:21:21 | 45.44 | 93.6% |
376 | 2023-09-22 12:19:25 | 49.44 | 96.7% |
356 | 2023-09-15 13:52:16 | 43.83 | 93.8% |
339 | 2023-09-03 05:16:09 | 46.24 | 95.3% |
319 | 2023-08-26 05:12:27 | 49.71 | 96.6% |
297 | 2023-08-21 04:29:24 | 44.53 | 95% |
226 | 2023-08-13 16:43:33 | 43.29 | 96.2% |
134 | 2023-07-24 07:11:56 | 43.32 | 96.1% |
129 | 2023-07-24 06:50:44 | 39.88 | 95.1% |
123 | 2023-07-23 04:22:13 | 35.31 | 92.9% |
35 | 2023-06-25 20:11:40 | 30.00 | 93.7% |
34 | 2023-06-24 16:42:02 | 33.89 | 95.3% |
27 | 2023-06-23 04:34:23 | 31.20 | 94.7% |
22 | 2023-06-22 12:56:24 | 33.85 | 92.9% |
12 | 2023-06-19 16:29:16 | 29.27 | 93.7% |
5 | 2023-06-17 11:12:23 | 23.06 | 90.8% |