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 |
---|---|---|---|
14 | 2023-12-13 00:49:10 | 63.44 | 98% |
13 | 2023-12-13 00:47:51 | 59.66 | 97.9% |
2 | 2023-08-12 22:06:10 | 35.65 | 95.7% |