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 |
---|---|---|---|
12 | 2024-10-28 01:29:26 | 25.55 | 94.7% |
3 | 2024-09-09 02:50:08 | 25.60 | 95.1% |
2 | 2024-09-09 02:44:51 | 24.92 | 97% |
1 | 2024-09-09 02:38:21 | 22.80 | 96.1% |