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 |
---|---|---|---|
34 | 2024-10-28 01:45:35 | 31.31 | 91.8% |
29 | 2024-10-28 01:29:08 | 32.45 | 92.8% |
3 | 2024-09-09 02:50:08 | 25.82 | 91.1% |
2 | 2024-09-09 02:44:51 | 25.05 | 92.8% |