Text race history for s (say3d)

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
4 2023-06-15 23:02:23 59.90 92.5%
1 2023-06-03 20:00:09 62.32 94.8%