Alex (ninjabassist777)

Race #16

View Pit Stop page for race #16 by ninjabassist777Ghost race

View profile for Alex (ninjabassist777)

Official speed 46.15 wpm (47.58 seconds elapsed during race)
Race Start June 1, 2016 2:23:58pm UTC
Race Finish June 1, 2016 2:24:45pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 0.00
Text #10005 (Length: 183 characters)

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)