Text race history for MBT (mbt2012)

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
60 2024-10-25 13:15:11 43.57 92.5%
44 2024-10-16 11:55:44 37.18 90.5%
21 2024-09-22 08:12:17 27.43 94.8%
11 2024-09-22 07:54:43 34.08 90.9%
6 2024-09-21 17:55:46 25.19 89%
1 2024-09-21 17:42:24 20.97 91.6%