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 |
---|---|---|---|
48 | 2023-11-08 12:08:14 | 51.43 | 95.2% |
39 | 2023-04-08 17:26:33 | 57.49 | 98% |
25 | 2023-03-24 16:07:12 | 56.97 | 97% |