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 |
---|---|---|---|
21 | 2023-12-24 19:24:08 | 56.48 | 96.2% |
16 | 2023-11-06 11:31:05 | 55.53 | 97% |
15 | 2023-10-21 12:07:31 | 42.54 | 94.2% |