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 |
---|---|---|---|
156 | 2024-12-08 17:13:40 | 30.97 | 94.9% |
154 | 2024-12-08 17:10:03 | 31.04 | 92.6% |
151 | 2024-11-23 06:03:20 | 31.48 | 91.4% |
108 | 2024-05-16 07:00:11 | 29.30 | 92.6% |
88 | 2024-04-18 08:09:03 | 22.49 | 94.7% |
85 | 2024-04-18 08:03:15 | 22.98 | 93.3% |
58 | 2024-03-22 02:25:43 | 32.25 | 92% |
40 | 2024-03-21 00:00:35 | 32.18 | 94.6% |
30 | 2024-03-20 18:41:16 | 29.36 | 90.6% |
29 | 2024-03-20 18:39:34 | 29.39 | 91.6% |
22 | 2024-03-20 01:52:12 | 28.76 | 95.2% |
17 | 2024-03-20 01:40:09 | 29.10 | 95.6% |
12 | 2024-03-20 01:29:43 | 27.59 | 92.3% |
11 | 2024-03-20 01:28:08 | 26.11 | 92.6% |