Text race history for Havoc Zirp (havoc_zirp)

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
17 2024-08-28 03:46:37 30.66 92.8%
16 2024-08-28 03:45:08 25.33 93.7%
14 2024-07-26 10:01:11 24.52 92%