Rahul (jet_blazer)

Race #48

View Pit Stop page for race #48 by jet_blazerGhost race

View profile for Rahul (jet_blazer)

Official speed 50.43 wpm (43.55 seconds elapsed during race)
Race Start January 12, 2014 4:28:56am UTC
Race Finish January 12, 2014 4:29:39am UTC
Outcome Win (1 of 2)
Accuracy 92.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)