View Pit Stop page for race #1 by rithvikthegreat — Ghost race
View profile for Rithvik (rithvikthegreat)
| Official speed | 37.00 wpm (59.35 seconds elapsed during race) |
|---|---|
| Race Start | April 25, 2018 3:15:48pm UTC |
| Race Finish | April 25, 2018 3:16:48pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 94.0% |
| Points | 14.80 |
| 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) |