View Pit Stop page for race #3 by ptrrsn_1 — Ghost race
View profile for Risan (ptrrsn_1)
Official speed | 80.36 wpm (27.33 seconds elapsed during race) |
---|---|
Race Start | February 9, 2015 6:12:42am UTC |
Race Finish | February 9, 2015 6:13:09am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. lechjeda (57.50 wpm) |
Accuracy | 99.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) |