Text race history for Richard (rbarlow)

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 2018-04-28 16:32:24 55.66 97%
7 2011-03-26 01:37:55 55.40
1 2011-03-26 01:29:31 51.72