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 |
---|---|---|---|
21 | 2024-09-13 07:25:43 | 14.79 | 88.6% |
13 | 2024-09-13 00:21:34 | 19.79 | 90% |
5 | 2024-09-12 04:28:20 | 17.97 | 90.1% |