View Pit Stop page for race #2 by ehwuh — Ghost race
View profile for Edward (ehwuh)
| Official speed | 31.33 wpm (70.09 seconds elapsed during race) |
|---|---|
| Race Start | October 15, 2012 5:42:47am UTC |
| Race Finish | October 15, 2012 5:43:57am UTC |
| Outcome | No win (3 of 3) |
| 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) |