View Pit Stop page for race #66 by goforbroke69 — Ghost race
View profile for GoFor (goforbroke69)
| Official speed | 48.11 wpm (45.65 seconds elapsed during race) |
|---|---|
| Race Start | June 4, 2012 5:53:09am UTC |
| Race Finish | June 4, 2012 5:53:54am UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 91.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) |