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 |
---|---|---|---|
44 | 2023-03-30 21:18:15 | 52.91 | 95% |
41 | 2023-03-30 21:13:45 | 46.57 | 93% |
1 | 2023-03-26 12:09:55 | 44.19 | 92% |