Text race history for Alex (alexey0)

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
84 2018-01-28 09:21:23 37.64 99%
76 2018-01-27 11:41:03 34.89 98%
64 2015-02-22 19:33:35 29.42 99%
49 2014-09-27 17:31:14 24.96 97%
26 2014-09-20 17:00:33 29.85 97%