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 |
---|---|---|---|
27 | 2023-02-13 13:33:47 | 48.37 | 95% |
26 | 2023-02-13 13:32:34 | 47.83 | 96% |
23 | 2023-02-13 13:12:37 | 46.55 | 95% |
21 | 2023-02-13 13:08:02 | 47.44 | 96% |