Text race history for Rob (liquid29)

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
6 2015-08-26 02:23:05 64.27 92%
2 2015-08-24 00:13:47 57.70 87%