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 |
---|---|---|---|
22 | 2024-07-21 00:37:45 | 57.38 | 95% |
11 | 2024-07-05 16:27:05 | 59.00 | 95.8% |
8 | 2024-07-05 16:01:43 | 62.18 | 96.4% |
3 | 2024-07-05 14:13:08 | 60.69 | 97% |