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 |
---|---|---|---|
58 | 2012-05-01 23:39:24 | 46.80 | 89% |
54 | 2012-04-02 22:43:49 | 42.81 | 81% |
50 | 2012-01-16 01:36:55 | 43.37 | 85% |
45 | 2011-12-31 11:34:28 | 31.61 | 73% |
44 | 2011-12-31 11:31:21 | 37.34 | 81% |
39 | 2011-12-31 11:24:12 | 45.93 | 86% |
35 | 2011-12-31 11:14:49 | 46.96 | 85% |
28 | 2011-12-31 11:00:45 | 44.83 | 85% |
22 | 2011-12-31 10:49:24 | 40.89 | 83% |
18 | 2011-12-31 10:34:07 | 34.04 | 81% |
16 | 2011-12-31 10:28:18 | 36.89 | 79% |
14 | 2011-12-30 10:55:03 | 38.36 | 85% |
9 | 2011-12-30 10:45:26 | 32.17 | 81% |