Text race history for Riki (schulzey)

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
11 2017-02-27 03:59:52 30.18 80%
7 2017-02-22 20:30:16 32.72 87%