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 |
---|---|---|---|
119 | 2025-07-07 17:37:59 | 39.34 | 94% |
97 | 2025-07-03 20:06:39 | 41.33 | 95% |
94 | 2025-07-03 20:02:59 | 43.23 | 95% |
92 | 2025-07-03 20:00:49 | 33.93 | 91% |
80 | 2025-07-02 20:28:34 | 31.54 | 93% |
60 | 2025-07-02 19:24:46 | 37.02 | 94% |
58 | 2025-07-02 19:21:28 | 31.47 | 93% |
48 | 2025-07-02 01:23:00 | 29.00 | 92% |
47 | 2025-07-02 01:21:26 | 30.63 | 93% |
29 | 2025-07-01 17:58:39 | 26.56 | 91% |
23 | 2025-07-01 17:51:43 | 31.10 | 93% |
20 | 2025-07-01 17:44:18 | 27.59 | 91% |