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 |
---|---|---|---|
80 | 2023-09-15 05:44:37 | 51.02 | 93.9% |
76 | 2023-09-15 05:31:52 | 58.44 | 95.7% |
71 | 2023-09-15 04:31:06 | 43.38 | 93.5% |
16 | 2023-09-11 14:46:28 | 39.90 | 94% |