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 |
---|---|---|---|
19 | 2022-09-12 12:43:56 | 50.72 | 96% |
15 | 2022-01-27 11:18:41 | 60.04 | 97% |
14 | 2022-01-27 11:17:32 | 52.73 | 95% |
10 | 2014-08-15 01:04:56 | 48.01 | 97% |