View Pit Stop page for race #2 by glimlol — Ghost race
View profile for Grace (glimlol)
Official speed | 40.00 wpm (54.90 seconds elapsed during race) |
---|---|
Race Start | March 18, 2011 9:35:35pm UTC |
Race Finish | March 18, 2011 9:36:30pm UTC |
Outcome | No win (3 of 3) |
Opponents |
2. zilus (43.20 wpm) |
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) |