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 |
---|---|---|---|
31 | 2025-06-15 00:59:49 | 33.01 | 96% |
13 | 2025-05-22 01:22:31 | 27.89 | 95% |
12 | 2025-05-22 01:16:41 | 29.53 | 97% |