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 |
---|---|---|---|
20 | 2023-08-15 09:26:16 | 41.03 | 94% |
9 | 2023-08-15 08:58:48 | 39.58 | 92.9% |
8 | 2023-08-01 19:25:45 | 38.34 | 94.8% |