Text race history for i'd buy that for a dollar! (pentalon)

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
20 2013-10-17 22:33:50 67.74 91%
1 2013-10-17 22:06:45 62.35 92%