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 |
---|---|---|---|
180 | 2023-11-23 11:41:23 | 37.96 | 94.3% |
147 | 2023-09-12 13:02:41 | 44.72 | 93.6% |
136 | 2023-09-10 14:38:34 | 35.61 | 93.7% |
128 | 2023-09-08 13:27:20 | 42.39 | 96.4% |
108 | 2023-09-08 12:21:32 | 41.64 | 94.8% |
66 | 2023-09-05 02:47:45 | 35.47 | 94.3% |
60 | 2023-09-04 16:16:47 | 41.14 | 96.5% |
34 | 2023-09-02 15:42:52 | 41.35 | 97.5% |
13 | 2023-09-02 15:04:24 | 35.14 | 93.7% |
9 | 2023-09-02 14:14:33 | 34.28 | 95.7% |
8 | 2023-09-02 14:13:06 | 31.99 | 94.8% |
3 | 2023-08-09 13:56:50 | 33.84 | 95.4% |