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 |
---|---|---|---|
91 | 2024-12-29 15:30:06 | 52.80 | 95.1% |
51 | 2024-12-21 12:23:28 | 54.00 | 94.8% |
40 | 2024-12-20 13:07:32 | 55.88 | 96.6% |