View Pit Stop page for race #2 by andoremendesu — Ghost race
View profile for E aehhh rapazz como ta??? (andoremendesu)
| Official speed | 33.06 wpm (66.42 seconds elapsed during race) |
|---|---|
| Race Start | July 12, 2011 1:54:15pm UTC |
| Race Finish | July 12, 2011 1:55:21pm UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. dudiellon (51.87 wpm) |
| Accuracy | 89.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) |