View Pit Stop page for race #1 by humblehunter — Ghost race
View profile for Anup (humblehunter)
| Official speed | 29.44 wpm (74.59 seconds elapsed during race) |
|---|---|
| Race Start | October 7, 2017 11:55:37am UTC |
| Race Finish | October 7, 2017 11:56:52am UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. ooyoo (31.70 wpm) |
| Accuracy | 92.0% |
| Points | 11.77 |
| 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) |