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 |
---|---|---|---|
17 | 2023-06-08 19:15:00 | 43.95 | 94% |
13 | 2023-06-08 19:10:36 | 45.18 | 94.6% |
4 | 2023-06-08 17:17:26 | 43.39 | 93.6% |