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 |
---|---|---|---|
64 | 2022-07-29 09:04:06 | 64.93 | 95% |
62 | 2022-07-29 09:01:06 | 75.05 | 96% |
61 | 2022-07-29 08:59:34 | 74.48 | 98% |
56 | 2022-07-29 08:05:48 | 67.25 | 96% |
33 | 2022-07-11 03:05:47 | 74.71 | 99% |
23 | 2022-07-11 02:52:11 | 64.91 | 96% |
20 | 2022-07-09 14:37:00 | 59.72 | 95% |
19 | 2022-07-09 14:35:54 | 71.43 | 98% |
12 | 2022-07-09 08:19:23 | 69.06 | 98% |