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 |
---|---|---|---|
88 | 2023-07-09 10:54:28 | 39.94 | 98.4% |
58 | 2023-07-06 07:07:10 | 35.92 | 96.1% |
49 | 2023-07-02 06:08:26 | 38.74 | 98.9% |
23 | 2023-06-29 22:47:29 | 33.63 | 97.4% |