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 |
---|---|---|---|
26 | 2017-05-13 08:25:42 | 52.74 | 88% |
18 | 2017-05-13 08:13:47 | 49.22 | 88% |
15 | 2017-05-13 08:09:19 | 55.16 | 92% |
5 | 2017-05-13 07:53:38 | 43.28 | 88% |