View Pit Stop page for race #1 by dailongao — Ghost race
View profile for Mare (dailongao)
| Official speed | 56.50 wpm (38.87 seconds elapsed during race) |
|---|---|
| Race Start | April 23, 2018 3:20:33pm UTC |
| Race Finish | April 23, 2018 3:21:12pm UTC |
| Outcome | No win (2 of 3) |
| Opponents |
1. tsreaper (59.06 wpm) |
| Accuracy | 93.0% |
| Points | 22.60 |
| 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) |