View Pit Stop page for race #2 by loretext — Ghost race
View profile for Lorena (loretext)
Official speed | 28.36 wpm (77.43 seconds elapsed during race) |
---|---|
Race Start | May 19, 2016 10:25:53pm UTC |
Race Finish | May 19, 2016 10:27:10pm UTC |
Outcome | No win (4 of 3) |
Opponents |
1. dylantackoor (55.18 wpm) 5. adamsfresh (26.09 wpm) |
Accuracy | 93.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) |