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 |
---|---|---|---|
60 | 2022-12-18 02:50:39 | 22.76 | 94% |
20 | 2022-12-05 14:07:11 | 17.71 | 92% |
12 | 2022-11-30 15:38:44 | 22.13 | 93% |