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 |
---|---|---|---|
95 | 2019-04-12 04:33:44 | 42.59 | 94% |
81 | 2019-03-31 11:02:06 | 59.06 | 99% |
70 | 2019-03-30 10:29:56 | 58.45 | 99% |
55 | 2018-06-30 08:30:17 | 41.87 | 96% |
50 | 2018-06-18 03:46:51 | 53.87 | 98% |
46 | 2018-06-18 03:42:30 | 56.53 | 97% |
45 | 2018-06-18 03:41:23 | 56.88 | 98% |
33 | 2018-06-15 09:26:13 | 51.83 | 98% |
10 | 2018-05-24 22:46:40 | 46.33 | 98% |