Text race history for macintosh (puppy23)

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
5 2024-06-01 20:11:55 31.31 95.6%
2 2023-05-27 21:12:43 30.06 94.3%