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 |
---|---|---|---|
35 | 2021-09-06 15:04:46 | 37.05 | 94% |
23 | 2021-09-06 04:46:48 | 37.20 | 93% |
16 | 2021-09-04 10:50:02 | 43.48 | 95% |
11 | 2021-09-04 07:22:30 | 41.52 | 96% |