View Pit Stop page for race #84 by sidd_ — Ghost race
Official speed | 123.71 wpm (17.75 seconds elapsed during race) |
---|---|
Race Start | January 28, 2019 5:50:14am UTC |
Race Finish | January 28, 2019 5:50:32am UTC |
Outcome | Win (1 of 3) |
Opponents |
2. type4harambe (71.68 wpm) 3. foggyy (48.80 wpm) |
Accuracy | 100.0% |
Points | 49.48 |
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) |