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 |
---|---|---|---|
25 | 2023-07-21 09:15:36 | 30.79 | 92.8% |
15 | 2023-07-21 07:48:52 | 28.52 | 93.6% |
7 | 2023-07-20 07:18:12 | 28.40 | 93% |