View Pit Stop page for race #3 by darth_taghizadeh — Ghost race
View profile for Darth Jeremy (darth_taghizadeh)
Official speed | 31.94 wpm (68.75 seconds elapsed during race) |
---|---|
Race Start | December 23, 2015 7:46:13pm UTC |
Race Finish | December 23, 2015 7:47:22pm UTC |
Outcome | No win (3 of 3) |
Opponents |
2. danteyokley (33.92 wpm) 4. richardgomes7d (26.07 wpm) |
Accuracy | 94.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) |