Text race history for tstats[joshuarose] (joshuarose)

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
52 2024-06-17 07:20:22 86.30 97.9%
44 2024-06-17 07:09:04 94.07 97.5%
42 2024-06-17 07:07:42 85.67 96.3%
39 2024-06-17 07:02:48 77.89 94.9%
7 2021-12-09 21:44:48 55.61 93%