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 |
---|---|---|---|
100 | 2024-03-31 02:06:32 | 57.76 | 97% |
90 | 2024-02-15 01:08:02 | 40.59 | 96.1% |
61 | 2024-01-09 20:57:15 | 50.44 | 95.9% |