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 | 2021-10-08 18:01:50 | 34.22 | 95% |
18 | 2021-10-08 17:07:14 | 37.51 | 95% |
4 | 2021-10-08 16:37:35 | 34.90 | 92% |