View Pit Stop page for race #6 by tpog — Ghost race
| Official speed | 29.31 wpm (74.92 seconds elapsed during race) |
|---|---|
| Race Start | August 3, 2017 9:55:42am UTC |
| Race Finish | August 3, 2017 9:56:56am UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 91.0% |
| Points | 11.72 |
| 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) |