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 |
---|---|---|---|
381 | 2023-07-20 21:54:10 | 38.48 | 95.7% |
284 | 2023-07-18 02:35:15 | 35.92 | 95.7% |
249 | 2023-07-15 23:19:43 | 37.26 | 95.8% |
207 | 2023-07-15 10:20:31 | 41.07 | 96.5% |
164 | 2023-07-13 23:00:10 | 37.99 | 96.6% |
161 | 2023-07-13 22:55:44 | 39.05 | 95.7% |
158 | 2023-07-13 22:51:30 | 43.92 | 97.9% |
142 | 2023-07-13 19:42:11 | 39.92 | 95.3% |
140 | 2023-07-13 19:38:02 | 39.26 | 95.3% |
97 | 2023-07-13 02:35:08 | 40.45 | 97% |
53 | 2023-07-12 15:35:20 | 40.81 | 96.6% |
46 | 2023-07-12 15:12:35 | 41.09 | 97.5% |
29 | 2023-07-11 19:38:48 | 40.42 | 96.7% |
26 | 2023-07-11 19:30:51 | 39.04 | 95.7% |
18 | 2023-07-11 18:12:47 | 44.18 | 96.1% |
12 | 2023-07-11 15:50:17 | 35.85 | 94% |