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 |
---|---|---|---|
203 | 2024-09-02 04:53:34 | 42.04 | 98% |
198 | 2024-08-20 21:33:28 | 33.76 | 95.6% |
175 | 2024-06-26 01:42:41 | 40.20 | 95.4% |
164 | 2024-06-11 21:51:42 | 37.67 | 96.1% |
160 | 2024-06-11 21:46:51 | 33.57 | 96.2% |
158 | 2024-04-15 04:25:01 | 28.35 | 94.7% |
89 | 2023-06-30 07:14:32 | 35.16 | 94.9% |
72 | 2023-06-26 12:09:46 | 33.57 | 94.1% |
69 | 2023-06-19 15:25:52 | 34.64 | 93.8% |
52 | 2023-06-17 08:39:41 | 24.65 | 93.3% |
46 | 2023-06-11 09:39:53 | 32.82 | 94.3% |
36 | 2023-06-10 22:49:01 | 35.98 | 96.6% |
29 | 2023-05-25 06:05:36 | 22.00 | 94.7% |
17 | 2023-05-24 13:02:20 | 27.65 | 92.8% |
15 | 2023-05-24 12:56:55 | 23.20 | 91.9% |