View Pit Stop page for race #61 by yamileth — Ghost race
View profile for Yami (yamileth)
Official speed | 61.01 wpm (35.99 seconds elapsed during race) |
---|---|
Race Start | October 1, 2015 10:25:36pm UTC |
Race Finish | October 1, 2015 10:26:12pm UTC |
Outcome | Win (1 of 4) |
Opponents |
2. erh4ua (42.56 wpm) 3. richardgomes7d (39.86 wpm) |
Accuracy | 100.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) |