Text race history for Sourav (srax)

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
12 2023-06-03 12:12:09 49.06 93.7%
4 2023-05-22 18:35:50 65.48 97.1%