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 |
---|---|---|---|
37 | 2024-12-12 06:01:54 | 49.23 | 97.9% |
31 | 2024-12-12 05:55:19 | 46.22 | 95.5% |
15 | 2024-12-11 05:55:36 | 44.87 | 94.5% |
5 | 2024-12-10 06:17:02 | 45.66 | 99% |