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 |
---|---|---|---|
62 | 2023-08-19 19:58:41 | 61.48 | 96% |
60 | 2023-08-19 19:56:40 | 54.83 | 95% |
51 | 2023-08-19 19:42:24 | 54.10 | 94.4% |