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 |
---|---|---|---|
170 | 2024-05-03 19:44:17 | 37.71 | 90.7% |
162 | 2024-05-03 19:32:02 | 44.02 | 94% |
156 | 2024-05-03 19:20:01 | 40.63 | 94.1% |
83 | 2024-05-02 18:25:03 | 39.79 | 92.1% |
82 | 2024-05-02 18:13:56 | 40.48 | 94.5% |
69 | 2024-05-02 17:37:53 | 35.38 | 94.3% |
34 | 2024-04-30 17:51:58 | 31.82 | 92.1% |
15 | 2024-04-25 03:26:23 | 25.09 | 90.7% |
4 | 2024-04-24 22:12:31 | 17.79 | 92.4% |