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 |
---|---|---|---|
42 | 2025-06-15 00:59:46 | 34.44 | 95% |
20 | 2025-05-22 01:22:28 | 28.75 | 92.3% |
19 | 2025-05-22 01:16:44 | 28.29 | 90.5% |