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 |
---|---|---|---|
11 | 2023-09-05 07:12:26 | 34.03 | 96% |
6 | 2023-09-03 04:29:30 | 40.43 | 98.9% |
1 | 2023-09-03 04:20:49 | 31.43 | 95.6% |