Zen (z3nith)

Race #1

View Pit Stop page for race #1 by z3nithGhost race

View profile for Zen (z3nith)

Official speed 22.37 wpm (98.17 seconds elapsed during race)
Race Start June 22, 2012 12:05:07am UTC
Race Finish June 22, 2012 12:06:45am UTC
Outcome No win (2 of 2)
Accuracy 81.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)