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 |
---|---|---|---|
25 | 2023-09-14 13:36:17 | 38.38 | 90.8% |
21 | 2023-09-14 13:27:14 | 37.76 | 94% |
5 | 2023-09-13 12:33:51 | 38.76 | 91.1% |