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 |
---|---|---|---|
57 | 2024-01-03 01:02:24 | 52.70 | 97% |
56 | 2024-01-03 01:01:26 | 44.29 | 95.6% |
38 | 2023-12-27 20:03:54 | 46.26 | 95.3% |