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 |
---|---|---|---|
225 | 2023-10-05 01:17:59 | 30.79 | 91.9% |
222 | 2023-10-04 01:07:43 | 38.14 | 95.3% |
221 | 2023-10-04 01:06:18 | 31.07 | 94.1% |
217 | 2023-09-24 02:15:58 | 30.43 | 92.4% |
163 | 2023-09-02 02:49:47 | 26.90 | 93.7% |
158 | 2023-09-01 01:58:51 | 26.14 | 93.5% |
124 | 2023-07-14 16:50:09 | 27.11 | 90.9% |
118 | 2023-07-11 01:27:29 | 29.61 | 92.1% |
96 | 2023-07-09 03:16:57 | 27.63 | 92.8% |
85 | 2023-07-07 02:50:07 | 29.78 | 93.2% |
67 | 2023-07-06 02:30:24 | 28.49 | 91.3% |
65 | 2023-07-06 02:02:31 | 29.88 | 93.8% |
43 | 2023-07-05 02:12:17 | 21.95 | 90.5% |
22 | 2023-07-03 02:54:59 | 27.58 | 93.9% |