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 | 2025-06-22 22:30:05 | 24.74 | 93% |
45 | 2025-06-21 01:27:11 | 28.05 | 97% |
24 | 2025-06-04 20:02:45 | 24.00 | 95.7% |