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 |
---|---|---|---|
173 | 2025-04-16 08:36:59 | 30.98 | 92.2% |
154 | 2025-01-31 13:12:17 | 29.14 | 94.6% |
136 | 2024-12-04 12:53:59 | 28.44 | 92.4% |
102 | 2024-05-14 13:29:38 | 31.13 | 92.3% |
73 | 2023-11-30 11:48:46 | 35.98 | 97.4% |
65 | 2023-11-23 09:22:50 | 32.04 | 92.8% |
58 | 2023-11-10 09:28:50 | 29.75 | 93.6% |
46 | 2023-11-02 15:58:04 | 29.40 | 94.9% |
9 | 2023-09-29 08:45:24 | 29.61 | 94.1% |