View Pit Stop page for race #29 by shivindernarr — Ghost race
View profile for Shivinder (shivindernarr)
| Official speed | 51.22 wpm (42.87 seconds elapsed during race) |
|---|---|
| Race Start | April 21, 2018 7:40:12am UTC |
| Race Finish | April 21, 2018 7:40:55am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 99.0% |
| Points | 20.49 |
| 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) |