Will (zilus)

Race #2

View Pit Stop page for race #2 by zilusGhost race

View profile for Will (zilus)

Official speed 43.20 wpm (50.83 seconds elapsed during race)
Race Start March 18, 2011 9:35:35pm UTC
Race Finish March 18, 2011 9:36:26pm UTC
Outcome No win (2 of 3)
Opponents 3. glimlol (40.00 wpm)
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)