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 |
---|---|---|---|
49 | 2023-08-16 20:53:40 | 60.44 | 96.1% |
32 | 2021-12-25 13:00:25 | 57.49 | 97% |
30 | 2021-12-25 12:58:01 | 42.24 | 97% |