View Pit Stop page for race #7 by danny45 — Ghost race
View profile for ぴくるす (danny45)
Official speed | 54.82 wpm (40.06 seconds elapsed during race) |
---|---|
Race Start | January 30, 2011 4:00:55pm UTC |
Race Finish | January 30, 2011 4:01:35pm UTC |
Outcome | No win (2 of 4) |
Opponents |
1. atenza (62.00 wpm) 3. guda (41.08 wpm) 4. badomiso (28.30 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) |