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 |
---|---|---|---|
23 | 2024-07-10 14:23:45 | 49.68 | 94.2% |
22 | 2024-06-27 13:46:03 | 50.43 | 95% |
17 | 2024-06-12 13:16:52 | 45.02 | 93% |