Text race history for Shoemaker-Levy 9 (atthetop)

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
72 2018-11-01 18:27:07 63.30 94%
44 2018-11-01 02:44:11 60.30 95%
28 2018-10-31 23:35:10 52.88 92%
20 2018-10-31 23:25:19 51.81 92%