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 |
---|---|---|---|
47 | 2022-01-24 20:13:55 | 34.79 | 92% |
27 | 2022-01-24 16:59:44 | 34.33 | 96% |
7 | 2022-01-23 17:49:17 | 34.68 | 93% |
5 | 2022-01-23 17:46:15 | 31.86 | 94% |