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 |
---|---|---|---|
13 | 2023-08-06 22:48:12 | 42.12 | 96.2% |
10 | 2023-08-06 22:38:39 | 40.61 | 96.5% |
9 | 2023-08-06 22:37:07 | 36.49 | 96.6% |