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 | 2023-06-26 21:59:39 | 38.00 | 94.2% |
15 | 2023-06-24 07:17:00 | 36.02 | 95.1% |
3 | 2023-06-01 19:54:09 | 31.68 | 93.2% |