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-12-15 09:46:05 | 30.16 | 94.7% |
47 | 2023-11-11 16:42:48 | 27.17 | 95.3% |
21 | 2023-09-13 13:05:57 | 26.45 | 93.3% |