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 |
---|---|---|---|
101 | 2024-05-20 02:01:16 | 73.24 | 92.7% |
97 | 2024-01-17 02:58:48 | 82.01 | 96.3% |
60 | 2023-08-10 03:07:09 | 79.70 | 97% |
45 | 2023-08-09 06:47:16 | 77.36 | 95.3% |