View Pit Stop page for race #1 by patterns — Ghost race
View profile for Chris (patterns)
Official speed | 24.84 wpm (88.41 seconds elapsed during race) |
---|---|
Race Start | March 13, 2014 7:46:11pm UTC |
Race Finish | March 13, 2014 7:47:39pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. mopacak (36.87 wpm) |
Accuracy | 91.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) |