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 |
---|---|---|---|
69 | 2024-02-13 07:48:12 | 80.75 | 99.5% |
66 | 2024-02-13 07:43:13 | 78.46 | 99.5% |
38 | 2024-02-13 03:21:04 | 66.92 | 99% |
6 | 2023-08-10 05:56:24 | 71.68 | 97.1% |