View Pit Stop page for race #7 by valikor_code — Ghost race
View profile for 大卫 (valikor_code)
| Official speed | 76.15 wpm (28.84 seconds elapsed during race) |
|---|---|
| Race Start | July 31, 2009 10:14:40pm UTC |
| Race Finish | July 31, 2009 10:15:09pm UTC |
| Outcome | No win (2 of 3) |
| 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) |