View Pit Stop page for race #73 by barneyl — Ghost race
View profile for Leo (barneyl)
| Official speed | 47.52 wpm (46.21 seconds elapsed during race) |
|---|---|
| Race Start | May 19, 2015 5:07:24am UTC |
| Race Finish | May 19, 2015 5:08:11am UTC |
| Outcome | No win (2 of 3) |
| 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) |