Alex (pumaking49)

Race #11

View Pit Stop page for race #11 by pumaking49Ghost race

View profile for Alex (pumaking49)

Official speed 71.88 wpm (30.55 seconds elapsed during race)
Race Start August 4, 2013 3:18:00am UTC
Race Finish August 4, 2013 3:18:31am UTC
Outcome No win (2 of 3)
Accuracy 96.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)