View Pit Stop page for race #9 by lechjeda — Ghost race
View profile for Jessica (lechjeda)
| Official speed | 57.50 wpm (38.19 seconds elapsed during race) |
|---|---|
| Race Start | February 9, 2015 6:12:42am UTC |
| Race Finish | February 9, 2015 6:13:20am UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. ptrrsn_1 (80.36 wpm) |
| Accuracy | 93.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) |