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 |
---|---|---|---|
50 | 2013-08-13 09:44:09 | 48.94 | 88% |
43 | 2013-08-13 09:29:51 | 48.66 | 88% |
41 | 2013-08-13 09:26:01 | 48.68 | 89% |
36 | 2013-08-13 08:21:39 | 43.20 | 87% |
35 | 2013-08-12 18:21:34 | 40.79 | 88% |
24 | 2013-08-12 17:49:07 | 41.18 | 86% |
18 | 2013-08-12 17:24:52 | 37.84 | 86% |
10 | 2013-08-12 17:04:57 | 40.30 | 87% |
2 | 2013-08-11 14:34:03 | 59.80 | 4% |
1 | 2013-08-11 14:32:45 | 49.15 | 4% |