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 |
---|---|---|---|
41 | 2019-01-27 23:40:21 | 83.06 | 98% |
19 | 2019-01-27 23:08:08 | 74.84 | 98% |
10 | 2019-01-27 22:49:19 | 79.57 | 98% |