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 |
---|---|---|---|
35 | 2024-10-11 15:06:12 | 23.26 | 96.2% |
27 | 2024-05-01 13:34:44 | 29.07 | 96.1% |
21 | 2024-03-04 11:29:36 | 23.69 | 94.4% |
19 | 2024-02-24 13:03:12 | 28.50 | 95.1% |