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 |
|---|---|---|---|
| 236 | 2023-01-29 18:12:56 | 42.53 | 92% |
| 171 | 2023-01-23 17:21:31 | 38.79 | 98% |
| 160 | 2023-01-23 11:49:37 | 48.54 | 95% |
| 150 | 2023-01-22 17:55:24 | 45.85 | 95% |
| 148 | 2023-01-22 17:51:40 | 45.56 | 95% |
| 97 | 2023-01-22 05:50:56 | 47.34 | 96% |
| 75 | 2023-01-22 04:59:05 | 46.43 | 94% |
| 59 | 2023-01-21 17:33:45 | 48.28 | 97% |
| 54 | 2023-01-21 17:13:01 | 37.46 | 96% |
| 52 | 2023-01-21 17:08:39 | 45.05 | 95% |
| 39 | 2023-01-21 12:31:13 | 37.09 | 91% |
| 27 | 2023-01-21 11:56:35 | 43.20 | 95% |
| 18 | 2023-01-21 11:38:27 | 39.69 | 93% |
| 2 | 2023-01-21 11:11:00 | 41.78 | 94% |