Text race history for Fred (fredizzimo)

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
68 2017-09-16 17:25:46 33.29 94%
62 2017-09-16 15:56:28 33.32 95%
55 2017-09-16 15:45:24 35.65 94%
49 2017-09-16 15:33:39 30.09 94%
31 2017-09-09 19:34:57 30.28 95%