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 |
---|---|---|---|
52 | 2023-07-04 20:49:16 | 35.37 | 92.8% |
41 | 2023-07-04 20:09:28 | 38.49 | 95.2% |
24 | 2023-07-04 07:00:57 | 35.58 | 96.1% |
20 | 2023-07-04 06:49:40 | 36.29 | 97.1% |