View Pit Stop page for race #9 by r4nd4ll — Ghost race
View profile for Arkkant (r4nd4ll)
Official speed | 38.44 wpm (57.13 seconds elapsed during race) |
---|---|
Race Start | May 19, 2016 5:01:52pm UTC |
Race Finish | May 19, 2016 5:02:49pm UTC |
Outcome | No win (3 of 3) |
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) |