@dudiellon (dudiellon)

Race #1464

View Pit Stop page for race #1464 by dudiellonGhost race

View profile for @dudiellon (dudiellon)

Official speed 67.64 wpm (32.47 seconds elapsed during race)
Race Start February 2, 2012 11:13:30pm UTC
Race Finish February 2, 2012 11:14:03pm UTC
Outcome No win (3 of 3)
Accuracy 86.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)