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 |
---|---|---|---|
32 | 2015-12-04 16:41:33 | 52.42 | 94% |
29 | 2015-12-01 12:49:01 | 49.91 | 96% |
19 | 2015-11-19 21:36:54 | 49.47 | 95% |
16 | 2015-11-19 11:16:33 | 45.69 | 90% |
13 | 2015-11-18 18:06:52 | 48.61 | 95% |
12 | 2015-11-18 18:05:38 | 48.65 | 97% |
9 | 2015-11-18 18:00:33 | 50.46 | 96% |
8 | 2015-06-21 22:22:11 | 47.14 | 97% |
5 | 2015-04-26 20:10:28 | 47.71 | 94% |
1 | 2015-03-07 19:23:56 | 46.22 | 96% |