Text race history for Ovidiu (oschipor)

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
140 2019-06-11 11:42:08 26.84 97%
121 2019-05-20 05:24:43 23.95 94%
96 2019-05-18 17:12:02 24.94 98%
62 2019-05-17 10:15:12 22.87 98%
10 2019-05-16 09:13:26 20.69 95%