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 |
---|---|---|---|
56 | 2024-01-02 16:44:11 | 44.93 | 97.9% |
35 | 2023-08-28 14:43:04 | 44.20 | 98.4% |
19 | 2023-06-08 19:14:55 | 48.51 | 97% |
2 | 2023-06-08 18:42:19 | 37.10 | 92.6% |