Text race history for astralalgortihm (astralalgorithm)

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
3 2024-07-26 21:55:01 16.74 89.7%
1 2024-07-26 21:50:30 16.09 89.7%