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 |
---|---|---|---|
20 | 2023-08-02 18:23:26 | 30.79 | 93% |
17 | 2023-07-29 23:47:15 | 32.60 | 91% |
3 | 2023-07-24 21:37:35 | 33.63 | 94% |