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 |
---|---|---|---|
239 | 2025-09-18 11:19:45 | 26.63 | 89% |
229 | 2025-09-11 11:11:31 | 30.31 | 93% |
205 | 2025-09-02 20:14:17 | 33.61 | 93% |
120 | 2025-07-04 14:54:43 | 22.09 | 92% |
72 | 2025-06-29 13:50:00 | 24.43 | 90% |
60 | 2025-06-27 17:28:21 | 26.70 | 93% |
58 | 2025-06-27 17:25:20 | 29.31 | 92% |
43 | 2025-06-26 09:06:02 | 29.03 | 92% |
34 | 2025-06-22 12:00:08 | 26.74 | 90% |
25 | 2025-06-21 19:25:34 | 21.60 | 90% |
16 | 2025-06-17 07:05:10 | 29.09 | 90% |
13 | 2025-06-17 06:58:53 | 21.96 | 90% |
12 | 2025-06-17 06:56:56 | 20.76 | 91% |