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 |
---|---|---|---|
25 | 2024-12-29 16:34:38 | 21.97 | 91% |
22 | 2024-12-29 16:26:44 | 18.68 | 89% |
16 | 2024-12-29 16:14:04 | 20.48 | 89% |
9 | 2024-12-26 10:40:05 | 17.85 | 90% |