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 |
---|---|---|---|
20 | 2024-02-29 19:50:09 | 54.86 | 98.4% |
10 | 2024-02-20 14:07:30 | 48.26 | 96.5% |
1 | 2023-10-30 12:40:08 | 40.93 | 96.6% |