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 |
---|---|---|---|
26 | 2025-01-30 13:45:36 | 40.64 | 92.9% |
19 | 2024-11-29 15:47:31 | 42.17 | 91.6% |
3 | 2024-11-07 11:39:06 | 29.69 | 92.5% |