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 |
---|---|---|---|
113 | 2019-08-31 02:08:08 | 50.62 | 96% |
81 | 2019-07-24 20:09:07 | 50.40 | 98% |
22 | 2019-03-30 07:15:02 | 49.03 | 94% |
17 | 2019-03-30 07:04:02 | 46.01 | 96% |