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 |
---|---|---|---|
194 | 2019-12-28 01:35:32 | 118.84 | 98% |
188 | 2019-07-23 15:30:05 | 119.88 | 97% |
171 | 2019-07-20 20:31:41 | 103.72 | 96% |
170 | 2019-07-20 20:30:33 | 122.36 | 99% |
163 | 2019-07-20 20:22:41 | 110.36 | 99% |
161 | 2019-07-20 17:13:16 | 92.20 | 96% |
138 | 2019-02-16 05:47:21 | 97.24 | 97% |
136 | 2019-02-16 05:43:44 | 115.08 | 99% |
128 | 2019-02-14 03:52:24 | 106.39 | 98% |
111 | 2019-02-14 03:06:55 | 116.40 | 99% |
110 | 2019-02-14 03:06:03 | 123.17 | 99% |
108 | 2019-02-14 03:03:51 | 119.61 | 100% |
107 | 2019-02-14 03:02:44 | 108.59 | 98% |
84 | 2019-01-28 05:50:32 | 123.71 | 100% |
76 | 2019-01-27 23:40:14 | 113.59 | 99% |
54 | 2019-01-27 23:07:57 | 120.22 | 99% |
43 | 2019-01-27 22:49:11 | 116.98 | 100% |