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 | 
|---|---|---|---|
| 100 | 2019-02-19 04:57:43 | 110.97 | 97% | 
| 95 | 2019-02-19 04:51:48 | 103.96 | 98% | 
| 83 | 2019-02-16 22:45:10 | 93.33 | 95% | 
| 71 | 2019-02-16 07:46:21 | 89.59 | 96% | 
| 69 | 2019-02-16 07:44:47 | 101.27 | 96% | 
| 49 | 2019-02-16 05:47:23 | 87.95 | 95% | 
| 47 | 2019-02-16 05:43:48 | 95.39 | 96% | 
| 16 | 2019-02-14 03:15:33 | 95.37 | 97% | 
| 10 | 2019-02-14 03:06:58 | 100.48 | 96% | 
| 9 | 2019-02-14 03:06:08 | 94.93 | 96% | 
| 7 | 2019-02-14 03:04:01 | 76.59 | 95% |