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 |
---|---|---|---|
80 | 2025-06-22 22:29:50 | 29.42 | 93% |
59 | 2025-06-04 20:02:42 | 24.72 | 90% |
39 | 2025-05-25 02:37:41 | 23.68 | 90% |