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 |
---|---|---|---|
26 | 2024-09-25 21:03:07 | 44.16 | 93.6% |
13 | 2024-09-25 20:43:15 | 42.43 | 94.8% |
10 | 2024-09-24 21:14:21 | 40.72 | 94.9% |