Text race history for Junji (mochi_with_shoyu)

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
62 2024-09-26 00:12:04 44.26 95.4%
39 2024-09-24 00:09:48 46.93 96.2%
24 2024-09-23 21:37:54 46.74 97%
11 2024-09-22 21:33:50 45.05 97.4%