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 |
---|---|---|---|
36 | 2024-05-27 05:32:39 | 16.53 | 94.9% |
16 | 2024-05-20 00:38:43 | 12.94 | 95.3% |
8 | 2024-05-17 04:45:09 | 13.41 | 95.1% |