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 |
---|---|---|---|
64 | 2023-06-26 14:28:48 | 63.38 | 96.2% |
63 | 2023-06-26 14:27:21 | 60.17 | 96.5% |
59 | 2023-06-22 10:28:07 | 61.05 | 98% |
29 | 2023-06-06 14:52:26 | 53.02 | 96.4% |