Text race history for LeSirH (lesirh)

Back to text analysis page

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
51 2019-08-12 16:34:59 73.26 95%
50 2019-08-12 16:33:56 73.34 96%
30 2019-08-08 23:33:34 74.81 95%
25 2019-08-08 23:27:43 71.54 95%
2 2019-07-22 00:27:08 54.77 93%