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 |
---|---|---|---|
41 | 2024-05-30 06:11:52 | 47.73 | 96.6% |
20 | 2024-05-07 07:44:05 | 50.60 | 95.6% |
12 | 2024-03-10 05:24:38 | 44.71 | 94.4% |
7 | 2024-01-30 14:07:48 | 42.09 | 95.1% |