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 |
---|---|---|---|
54 | 2022-10-07 11:11:32 | 33.17 | 96% |
49 | 2022-10-06 12:01:21 | 30.59 | 96% |
44 | 2022-09-08 05:32:15 | 34.55 | 98% |
39 | 2022-09-08 05:07:47 | 34.26 | 94% |