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 |
---|---|---|---|
55 | 2025-07-03 02:09:48 | 24.21 | 97% |
14 | 2025-06-22 22:30:02 | 25.55 | 97% |
11 | 2025-06-21 01:27:25 | 23.88 | 95% |