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 |
---|---|---|---|
157 | 2024-08-10 02:55:10 | 38.12 | 95.3% |
152 | 2024-08-04 14:38:09 | 37.67 | 95.3% |
108 | 2024-06-20 14:27:56 | 38.32 | 96.6% |
90 | 2024-06-16 00:11:16 | 34.82 | 96.6% |
89 | 2024-06-16 00:09:51 | 33.28 | 94.3% |
41 | 2024-05-11 01:41:44 | 36.21 | 97.4% |
30 | 2024-05-07 03:56:01 | 35.99 | 97.9% |
18 | 2024-03-31 04:13:16 | 31.05 | 94.6% |
11 | 2023-06-16 01:23:19 | 34.71 | 95.2% |
9 | 2023-03-01 06:34:16 | 33.00 | 94% |