Tesla (pyromatical)

Race #8

View Pit Stop page for race #8 by pyromaticalGhost race

View profile for Tesla (pyromatical)

Official speed 42.10 wpm (52.16 seconds elapsed during race)
Race Start April 8, 2015 10:30:36pm UTC
Race Finish April 8, 2015 10:31:29pm 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)