View Pit Stop page for race #4 by xyrilcod — Ghost race
View profile for xyMY (xyrilcod)
| Official speed | 50.12 wpm (43.81 seconds elapsed during race) |
|---|---|
| Race Start | September 7, 2012 7:03:47am UTC |
| Race Finish | September 7, 2012 7:04:31am UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 96.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) |