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 |
---|---|---|---|
11 | 2024-01-16 20:14:24 | 23.91 | 95.2% |
10 | 2024-01-16 20:12:34 | 22.36 | 96.6% |
9 | 2024-01-16 20:10:41 | 18.73 | 96.1% |