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 |
---|---|---|---|
239 | 2019-08-10 19:03:19 | 48.91 | 98% |
217 | 2019-08-04 14:01:42 | 57.38 | 100% |
198 | 2019-08-01 14:20:28 | 53.90 | 99% |
180 | 2019-07-30 13:55:07 | 59.55 | 100% |
164 | 2019-07-29 13:58:52 | 61.31 | 99% |
114 | 2019-07-24 19:42:39 | 59.73 | 99% |
109 | 2019-07-24 19:36:32 | 60.01 | 100% |
108 | 2019-07-24 19:35:19 | 59.19 | 98% |
103 | 2019-07-24 19:28:13 | 55.29 | 100% |
102 | 2019-07-24 19:26:54 | 49.78 | 99% |
93 | 2019-07-23 20:13:00 | 49.83 | 99% |
60 | 2019-07-20 13:54:13 | 49.76 | 100% |
23 | 2019-07-11 12:28:20 | 50.95 | 100% |
14 | 2019-07-10 11:46:39 | 45.98 | 98% |