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 |
---|---|---|---|
45 | 2023-06-20 08:04:41 | 45.34 | 93.2% |
33 | 2023-06-20 07:30:56 | 46.45 | 93.7% |
14 | 2023-06-11 08:15:56 | 42.33 | 91.5% |