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 |
---|---|---|---|
80 | 2012-08-22 13:47:31 | 40.15 | 93% |
78 | 2012-08-21 05:38:47 | 46.44 | 92% |
72 | 2012-08-20 17:15:18 | 43.29 | 93% |
71 | 2012-08-17 16:24:47 | 41.30 | 92% |
70 | 2012-08-17 16:23:45 | 38.41 | 91% |
66 | 2012-08-15 17:08:46 | 37.45 | 91% |
60 | 2012-08-13 06:11:35 | 33.95 | 79% |
55 | 2012-08-09 05:14:03 | 41.85 | 93% |
54 | 2012-08-09 05:13:02 | 40.40 | 93% |
46 | 2012-08-09 04:29:03 | 40.24 | 91% |
10 | 2012-07-23 15:30:22 | 33.79 | 89% |
2 | 2012-07-23 15:14:10 | 32.78 | 92% |