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 |
---|---|---|---|
3 | 2024-12-15 10:51:49 | 62.93 | 96% |
2 | 2024-12-15 10:50:39 | 64.50 | 94.5% |
1 | 2024-11-18 12:38:25 | 55.28 | 94.7% |