View Pit Stop page for race #3 by loart — Ghost race
| Official speed | 48.52 wpm (45.26 seconds elapsed during race) |
|---|---|
| Race Start | October 5, 2011 12:18:32am UTC |
| Race Finish | October 5, 2011 12:19:17am UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. nevelis (64.21 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) |