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 |
---|---|---|---|
8 | 2023-06-30 03:53:36 | 41.49 | 95% |
5 | 2023-06-29 04:24:09 | 37.70 | 97% |
1 | 2023-06-22 04:05:15 | 42.50 | 98% |