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 |
---|---|---|---|
43 | 2016-07-20 00:43:27 | 65.74 | 93% |
41 | 2016-07-20 00:40:56 | 57.95 | 93% |
38 | 2016-07-20 00:38:12 | 64.77 | 92% |
28 | 2016-06-29 02:31:42 | 64.26 | 93% |
26 | 2016-06-29 02:26:14 | 77.27 | 96% |
20 | 2016-06-25 22:08:47 | 65.31 | 93% |
7 | 2016-06-10 20:51:19 | 59.69 | 94% |
6 | 2016-06-10 20:46:59 | 62.36 | 94% |
5 | 2016-06-10 20:39:08 | 57.11 | 96% |