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 | 2024-05-10 15:04:14 | 39.67 | 96.7% |
258 | 2023-08-21 14:51:15 | 37.50 | 93.6% |
213 | 2023-07-21 11:58:15 | 40.66 | 94.9% |
200 | 2023-07-19 15:09:14 | 37.70 | 95.3% |
194 | 2023-07-19 14:56:51 | 37.22 | 94.9% |
185 | 2023-07-18 13:20:00 | 40.31 | 96.1% |
105 | 2023-06-27 09:32:32 | 31.55 | 95% |
58 | 2023-05-31 09:02:39 | 30.66 | 96.2% |
55 | 2023-02-23 04:52:26 | 32.77 | 95% |
31 | 2023-02-06 15:41:18 | 32.23 | 97% |
19 | 2023-02-04 07:50:21 | 34.84 | 97% |
17 | 2023-02-03 16:14:57 | 29.36 | 95% |