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 |
---|---|---|---|
48 | 2024-12-25 10:52:58 | 42.22 | 92.1% |
38 | 2024-09-16 11:34:34 | 37.16 | 91.6% |
16 | 2024-07-16 10:52:09 | 35.86 | 95.7% |
4 | 2024-07-03 10:48:45 | 34.30 | 92.3% |