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 |
---|---|---|---|
414 | 2023-12-19 13:11:08 | 73.00 | 98% |
373 | 2023-08-25 09:54:13 | 79.06 | 97.5% |
365 | 2023-08-22 14:03:30 | 72.13 | 94.8% |
357 | 2023-07-12 15:32:30 | 63.50 | 94.5% |
233 | 2023-06-07 10:52:43 | 75.81 | 96.6% |
229 | 2023-06-07 10:49:10 | 78.08 | 97.5% |
202 | 2023-06-05 08:20:32 | 78.55 | 96.9% |
199 | 2023-06-05 08:16:54 | 76.80 | 98.9% |
152 | 2023-06-02 10:20:00 | 78.35 | 96.1% |
143 | 2023-06-02 10:07:44 | 68.17 | 96.1% |
140 | 2023-06-02 10:00:40 | 67.91 | 97.5% |
138 | 2023-06-02 09:56:12 | 63.62 | 96.7% |
80 | 2023-05-31 08:33:40 | 64.22 | 97% |
35 | 2023-05-30 13:10:31 | 66.92 | 96.6% |
8 | 2023-05-25 15:43:24 | 66.80 | 98.9% |
2 | 2023-05-25 15:31:53 | 63.89 | 97% |