Text race history for tPenguinLTG (tpenguinltg)

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
54 2016-09-05 04:15:03 72.42 99%
52 2016-05-04 02:30:48 63.56 92%
33 2015-06-12 00:07:02 53.28 86%
31 2015-03-03 06:13:20 58.10 88%
28 2015-03-03 06:08:40 51.69 83%
23 2014-12-06 00:33:44 59.04 92%
19 2014-09-15 01:00:03 59.80 90%