View Pit Stop page for race #2 by ptrrsn_1 — Ghost race
View profile for Risan (ptrrsn_1)
Official speed | 71.31 wpm (30.80 seconds elapsed during race) |
---|---|
Race Start | February 9, 2015 6:11:30am UTC |
Race Finish | February 9, 2015 6:12:01am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. lechjeda (50.43 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) |