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 |
|---|---|---|---|
| 342 | 2024-06-04 19:12:52 | 27.11 | 94.7% |
| 247 | 2024-04-25 06:45:20 | 21.51 | 93.7% |
| 239 | 2024-04-21 11:44:46 | 22.78 | 94.6% |
| 185 | 2024-03-21 00:16:56 | 23.97 | 93% |
| 128 | 2024-02-05 18:02:00 | 23.25 | 93.4% |
| 89 | 2024-01-21 18:54:33 | 25.50 | 97.4% |
| 53 | 2024-01-19 18:41:37 | 19.57 | 92.4% |
| 47 | 2024-01-19 18:25:13 | 19.63 | 93.8% |
| 32 | 2024-01-07 11:08:49 | 15.14 | 91.7% |
| 7 | 2024-01-07 05:02:52 | 15.60 | 93.3% |