Text race history for xyMY (xyrilcod)

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
4 2012-09-07 07:04:31 50.12 96%
2 2012-07-17 15:05:51 53.97 92%