View Pit Stop page for race #14 by yi_sun — Ghost race
View profile for Yi_Sun (yi_sun)
| Official speed | 61.99 wpm (35.43 seconds elapsed during race) |
|---|---|
| Race Start | April 27, 2025 7:44:23pm UTC |
| Race Finish | April 27, 2025 7:44:58pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 95.0% |
| Points | 24.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) |