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 |
---|---|---|---|
12 | 2024-05-27 21:59:26 | 44.05 | 91.8% |
11 | 2024-05-27 21:58:12 | 50.05 | 95.6% |
1 | 2023-07-22 07:35:03 | 34.46 | 93.6% |