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 |
---|---|---|---|
285 | 2024-09-29 18:24:38 | 47.88 | 93.3% |
273 | 2024-01-12 20:45:37 | 50.57 | 93.3% |
271 | 2024-01-12 20:43:40 | 52.25 | 92.8% |
239 | 2024-01-09 05:37:50 | 59.91 | 94.8% |
161 | 2024-01-05 16:11:14 | 55.39 | 93.7% |
146 | 2024-01-05 00:53:28 | 52.66 | 94.5% |
139 | 2024-01-05 00:46:25 | 52.03 | 94.2% |
115 | 2024-01-04 03:57:33 | 51.65 | 94.7% |
111 | 2024-01-04 03:54:18 | 53.38 | 95.4% |
104 | 2024-01-04 01:04:40 | 50.57 | 94.1% |
95 | 2024-01-04 00:55:00 | 53.64 | 94.8% |
73 | 2024-01-03 16:48:06 | 50.48 | 92.4% |
60 | 2024-01-03 15:16:19 | 49.84 | 93.6% |
46 | 2024-01-03 05:22:03 | 54.55 | 95.9% |
27 | 2024-01-02 17:06:53 | 27.47 | 93.1% |
16 | 2024-01-02 16:51:30 | 50.05 | 93.4% |
6 | 2024-01-02 16:38:42 | 48.67 | 93.4% |