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 |
---|---|---|---|
33 | 2025-01-29 01:28:30 | 27.45 | 95.5% |
32 | 2025-01-29 01:26:50 | 24.34 | 94.9% |
2 | 2025-01-07 07:51:19 | 24.79 | 96.1% |