View Pit Stop page for race #3 by loretext — Ghost race
View profile for Lorena (loretext)
| Official speed | 29.25 wpm (75.08 seconds elapsed during race) |
|---|---|
| Race Start | May 19, 2016 10:28:02pm UTC |
| Race Finish | May 19, 2016 10:29:17pm UTC |
| Outcome | No win (7 of 8) |
| Opponents |
3. rthomas1 (43.94 wpm) 5. henrym0503 (39.31 wpm) 6. abielr (39.15 wpm) |
| Accuracy | 92.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) |