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 |
---|---|---|---|
73 | 2015-05-19 05:08:11 | 47.52 | 92% |
70 | 2014-11-18 01:19:47 | 48.40 | 95% |
54 | 2014-10-17 16:27:11 | 44.77 | 92% |
48 | 2014-08-01 15:53:17 | 45.78 | 96% |
36 | 2014-05-16 15:51:56 | 41.44 | 92% |
27 | 2014-04-09 01:18:54 | 39.50 | 92% |
19 | 2014-03-04 16:39:03 | 42.78 | 95% |
12 | 2014-02-20 15:49:32 | 41.27 | 94% |
10 | 2014-02-19 16:08:30 | 38.17 | 93% |
3 | 2014-02-19 15:56:43 | 37.55 | 92% |