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 |
---|---|---|---|
38 | 2024-10-28 01:29:27 | 25.46 | 98% |
4 | 2024-09-09 03:46:58 | 23.48 | 97.9% |
1 | 2024-09-09 02:50:25 | 21.46 | 97.4% |