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 |
---|---|---|---|
147 | 2023-10-10 18:00:10 | 35.93 | 93.7% |
139 | 2023-10-07 19:26:31 | 45.53 | 95.3% |
97 | 2023-09-27 11:20:51 | 38.71 | 93.5% |
83 | 2023-09-23 09:21:09 | 40.38 | 93% |
79 | 2023-09-22 13:19:43 | 36.25 | 92.9% |
60 | 2023-09-17 09:12:16 | 34.11 | 91.2% |
31 | 2023-09-03 19:09:48 | 35.96 | 91.2% |
24 | 2023-08-29 15:34:16 | 36.08 | 91.4% |
20 | 2023-08-24 17:23:37 | 33.55 | 90.3% |