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 |
---|---|---|---|
147 | 2024-11-10 05:09:33 | 41.27 | 94.7% |
116 | 2024-11-05 07:50:53 | 42.88 | 94.4% |
86 | 2024-10-29 05:06:10 | 35.62 | 94.8% |
67 | 2024-10-29 04:37:40 | 35.69 | 94.8% |
63 | 2024-10-29 04:04:52 | 38.17 | 95.1% |
55 | 2024-10-29 03:49:17 | 45.04 | 96.6% |
54 | 2024-10-29 03:48:08 | 36.60 | 94.5% |
49 | 2024-10-29 03:41:34 | 34.67 | 94.9% |
17 | 2024-10-28 18:21:20 | 30.45 | 93.4% |
13 | 2024-10-28 18:15:23 | 27.72 | 90.4% |