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 |
---|---|---|---|
49 | 2022-07-29 09:04:32 | 36.72 | 94% |
47 | 2022-07-29 09:01:34 | 38.03 | 97% |
26 | 2022-07-26 08:10:38 | 32.93 | 95% |
21 | 2022-07-26 08:00:41 | 30.73 | 98% |