Text race history for du7lx (du7lx)

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
33 2024-04-26 02:36:25 45.61 97.9%
10 2024-04-22 22:06:29 48.28 94.1%