View Pit Stop page for race #6 by bugattiveyronsk — Ghost race
View profile for Bugatti (bugattiveyronsk)
| Official speed | 25.23 wpm (87.04 seconds elapsed during race) |
|---|---|
| Race Start | February 26, 2013 6:15:31pm UTC |
| Race Finish | February 26, 2013 6:16:58pm UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. rahularctic (31.22 wpm) |
| Accuracy | 86.0% |
| 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) |