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 |
---|---|---|---|
20 | 2025-05-22 01:22:57 | 20.96 | 93% |
19 | 2025-05-22 01:17:03 | 22.74 | 93% |
1 | 2025-03-31 00:26:12 | 11.86 | 92% |