Text race history for SnekChrmr (snekchrmr)

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
115 2024-06-26 08:21:38 28.13 93.2%
101 2024-06-02 22:22:56 25.51 92.4%
93 2024-05-25 18:08:44 27.97 92.5%
79 2024-05-09 00:28:00 26.69 93.3%
75 2024-05-07 10:31:27 32.84 97.9%