Text race history for Irfan (irfany)

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
44 2024-09-16 17:21:54 33.81 93.5%
42 2024-09-16 11:57:46 26.26 91.2%
38 2024-09-16 11:18:57 34.06 92.9%
20 2024-09-05 22:09:48 29.29 93.4%
5 2024-09-05 21:19:40 25.75 90.2%