View Pit Stop page for race #1 by bkontorinis — Ghost race
View profile for Vasileios (bkontorinis)
Official speed | 41.01 wpm (53.55 seconds elapsed during race) |
---|---|
Race Start | February 25, 2011 4:38:06am UTC |
Race Finish | February 25, 2011 4:39:00am UTC |
Outcome | Win (1 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) |