View Pit Stop page for race #1 by gummi — Ghost race
View profile for gummi (gummi)
Official speed | 35.88 wpm (61.20 seconds elapsed during race) |
---|---|
Race Start | January 30, 2011 3:45:08pm UTC |
Race Finish | January 30, 2011 3:46:09pm UTC |
Outcome | No win (5 of 6) |
Opponents |
1. mikuhatsune (73.70 wpm) 2. danny45 (60.51 wpm) 3. guda (41.34 wpm) |
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) |