Text race history for Guslix (guslix)

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
80 2023-07-20 08:50:22 32.77 97%
74 2023-07-19 08:30:10 36.68 97.9%
72 2023-07-19 08:26:25 32.22 97.5%
51 2023-07-04 08:05:44 34.25 99.5%
37 2023-07-02 17:30:34 31.30 94.7%