Text race history for Metal Man (its_a_new_beggining)

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 2011-08-13 07:13:19 39.26 93%
1 2011-06-04 16:20:18 33.32 92%