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 |
---|---|---|---|
136 | 2023-07-12 16:08:53 | 119.76 | 100% |
97 | 2019-08-12 16:34:54 | 86.82 | 95% |
96 | 2019-08-12 16:33:46 | 110.48 | 98% |
89 | 2019-08-12 16:23:57 | 100.34 | 97% |
76 | 2019-08-11 11:05:11 | 104.98 | 97% |
75 | 2019-08-11 11:04:41 | 109.50 | 97% |
68 | 2019-08-08 23:44:23 | 90.97 | 97% |
63 | 2019-08-08 23:33:24 | 111.58 | 98% |
58 | 2019-08-08 23:27:33 | 103.55 | 96% |
52 | 2019-08-08 09:23:53 | 98.44 | 98% |
45 | 2019-08-08 04:46:15 | 98.67 | 98% |
13 | 2019-06-18 04:22:06 | 107.96 | 98% |
5 | 2019-02-16 05:47:22 | 92.09 | 98% |
3 | 2019-02-16 05:43:53 | 77.89 | 95% |