Text race history for Xen0 (xen02o)

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
32 2024-08-06 05:44:06 38.68 93.2%
23 2024-08-06 05:30:02 45.24 95.3%
18 2024-08-06 05:21:02 36.47 93.1%
17 2024-08-06 05:19:38 36.34 93.7%
7 2024-08-06 05:01:34 35.11 90.8%