Samz (sam261)

Race #32

View Pit Stop page for race #32 by sam261Ghost race

View profile for Samz (sam261)

Official speed 46.04 wpm (47.70 seconds elapsed during race)
Race Start April 7, 2011 8:51:38am UTC
Race Finish April 7, 2011 8:52:26am UTC
Outcome No win (3 of 3)
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)