Vardan (artist)

Race #2

View Pit Stop page for race #2 by artistGhost race

View profile for Vardan (artist)

Official speed 27.55 wpm (79.71 seconds elapsed during race)
Race Start March 7, 2011 12:19:50pm UTC
Race Finish March 7, 2011 12:21:10pm UTC
Outcome No win (3 of 3)
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)