View Pit Stop page for race #20 by mwrona — Ghost race
View profile for Maxwell (mwrona)
| Official speed | 34.87 wpm (62.98 seconds elapsed during race) |
|---|---|
| Race Start | January 19, 2013 4:05:52pm UTC |
| Race Finish | January 19, 2013 4:06:55pm UTC |
| Outcome | No win (2 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) |