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 |
---|---|---|---|
48 | 2024-05-15 12:53:00 | 29.20 | 92.9% |
19 | 2024-05-10 11:10:04 | 23.49 | 94.2% |
4 | 2024-05-05 13:19:09 | 22.59 | 92% |