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 |
---|---|---|---|
155 | 2023-12-13 06:47:56 | 72.46 | 94.9% |
152 | 2023-12-13 06:44:44 | 72.90 | 96.3% |
147 | 2023-12-13 06:38:35 | 71.05 | 95.6% |
112 | 2022-04-16 07:35:39 | 84.23 | 97% |
110 | 2022-04-16 07:31:14 | 82.43 | 97% |
90 | 2022-04-06 23:08:45 | 61.57 | 93% |
72 | 2022-04-06 07:22:20 | 68.92 | 95% |
62 | 2022-04-06 07:12:27 | 71.07 | 96% |
20 | 2022-03-15 04:51:11 | 73.32 | 97% |