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 |
---|---|---|---|
49 | 2024-09-06 13:11:37 | 42.11 | 96.2% |
37 | 2024-09-05 21:17:58 | 38.20 | 93.3% |
17 | 2024-09-01 17:34:57 | 36.19 | 93.8% |
11 | 2024-08-31 21:54:01 | 37.00 | 94.7% |