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