Text race history for Nirro (nirro)

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
26 2024-02-16 19:05:18 15.99 87.8%
16 2024-02-16 15:31:00 13.65 85.9%