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 |
|---|---|---|---|
| 179 | 2024-11-04 11:43:54 | 45.54 | 96.5% |
| 143 | 2024-10-11 11:46:20 | 43.65 | 95.7% |
| 132 | 2024-09-19 10:10:54 | 48.27 | 98.5% |
| 115 | 2024-09-19 09:29:25 | 41.57 | 97.9% |
| 84 | 2024-09-11 21:05:30 | 38.68 | 95.7% |
| 75 | 2024-09-08 23:15:13 | 40.36 | 96.9% |
| 72 | 2024-09-08 23:10:45 | 40.79 | 97.4% |
| 17 | 2024-07-16 19:33:57 | 39.83 | 96% |