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 |
---|---|---|---|
75 | 2025-06-22 22:30:02 | 25.41 | 95% |
72 | 2025-06-21 01:27:15 | 26.68 | 97% |
47 | 2025-05-25 02:37:43 | 23.25 | 96.6% |
15 | 2024-09-21 01:56:42 | 16.28 | 94.5% |