Text race history for ditsabil (ditsabil)

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
10 2024-08-30 09:52:30 34.91 94.2%
7 2024-08-15 09:36:40 30.20 95.6%