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 |
|---|---|---|---|
| 259 | 2023-06-15 11:58:28 | 48.94 | 95.5% |
| 244 | 2023-06-15 00:22:43 | 46.39 | 95% |
| 213 | 2023-06-13 10:27:37 | 48.98 | 94% |
| 194 | 2023-06-13 09:56:02 | 46.03 | 94.4% |
| 161 | 2023-06-11 14:11:53 | 49.44 | 97% |
| 155 | 2023-06-10 13:06:22 | 42.66 | 94.1% |
| 56 | 2023-06-07 14:31:35 | 37.17 | 91.7% |
| 44 | 2023-06-07 14:03:34 | 37.90 | 93% |
| 16 | 2023-06-06 19:52:54 | 43.87 | 95.7% |