Text race history for Dr.Braig (drbraig)

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
34 2024-02-01 01:44:31 35.65 93.2%
13 2024-01-30 17:24:16 25.43 90%