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 |
---|---|---|---|
77 | 2025-01-02 05:56:49 | 50.70 | 95.8% |
57 | 2023-08-19 06:29:51 | 44.26 | 92.6% |
20 | 2023-07-27 13:57:27 | 38.84 | 92.2% |
15 | 2023-07-11 18:22:46 | 44.64 | 93.8% |