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 |
---|---|---|---|
195 | 2020-02-06 12:36:39 | 34.34 | 95% |
190 | 2020-02-05 13:48:39 | 31.51 | 94% |
155 | 2020-01-02 14:45:13 | 26.54 | 93% |
147 | 2019-12-31 12:06:16 | 28.84 | 93% |
129 | 2019-12-07 15:16:01 | 28.42 | 94% |
128 | 2019-12-07 15:13:57 | 25.06 | 94% |
112 | 2019-12-05 14:51:06 | 27.42 | 95% |
99 | 2019-12-01 16:37:49 | 25.48 | 92% |
57 | 2019-11-05 13:06:44 | 21.17 | 89% |
46 | 2019-10-01 17:52:09 | 18.09 | 89% |
35 | 2019-09-27 14:53:37 | 12.40 | 85% |
18 | 2019-08-31 17:54:45 | 24.42 | 94% |
6 | 2019-08-31 17:18:16 | 19.11 | 92% |