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 |
---|---|---|---|
105 | 2016-08-19 11:14:59 | 27.50 | 96% |
94 | 2016-08-17 18:22:51 | 28.94 | 98% |
89 | 2016-08-14 21:21:05 | 24.80 | 96% |
78 | 2016-08-14 18:51:19 | 29.58 | 98% |
68 | 2016-08-14 18:06:13 | 24.42 | 94% |
61 | 2016-08-14 09:31:29 | 22.72 | 94% |
55 | 2016-08-13 21:44:28 | 26.32 | 95% |
48 | 2016-08-13 21:32:36 | 24.65 | 95% |
38 | 2016-08-13 20:59:48 | 23.15 | 93% |
20 | 2016-08-13 18:01:00 | 22.65 | 94% |