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 |
---|---|---|---|
283 | 2025-05-19 16:47:04 | 55.49 | 97.9% |
269 | 2025-05-12 20:12:23 | 59.29 | 98.4% |
206 | 2025-04-09 20:50:32 | 48.45 | 98.9% |
171 | 2024-12-31 19:21:08 | 56.60 | 99.5% |
158 | 2024-12-04 18:59:44 | 53.98 | 96.9% |
154 | 2024-12-04 05:35:09 | 52.32 | 96% |
102 | 2024-07-03 16:54:56 | 54.65 | 99.5% |
90 | 2024-07-01 18:18:23 | 51.21 | 97% |
52 | 2024-06-29 04:18:47 | 52.32 | 97.4% |
29 | 2024-06-29 03:35:16 | 51.47 | 97.5% |
16 | 2024-04-23 07:35:55 | 44.24 | 95.2% |