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 |
---|---|---|---|
103 | 2023-07-27 03:04:41 | 20.46 | 94.1% |
96 | 2023-07-26 15:55:57 | 24.85 | 94.8% |
92 | 2023-07-22 05:11:22 | 25.23 | 91.4% |
81 | 2023-07-20 09:54:29 | 22.35 | 92.4% |
42 | 2023-07-14 14:35:30 | 24.98 | 95.7% |
35 | 2023-07-14 11:31:59 | 13.79 | 94.5% |
30 | 2023-07-14 11:06:16 | 15.64 | 91.8% |
14 | 2023-07-11 22:45:31 | 19.93 | 93.1% |
6 | 2023-07-11 06:44:35 | 22.92 | 91.8% |