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 |
---|---|---|---|
41 | 2025-06-07 12:32:20 | 41.87 | 97% |
6 | 2025-04-28 08:18:47 | 40.41 | 95.2% |
1 | 2023-07-01 09:22:17 | 29.93 | 93.1% |