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 |
---|---|---|---|
61 | 2024-09-26 09:11:27 | 51.63 | 96.6% |
35 | 2024-09-07 11:18:04 | 50.81 | 97.5% |
34 | 2024-09-04 08:07:28 | 46.05 | 95.7% |