View Pit Stop page for race #1 by random2things — Ghost race
View profile for Random24Things (random2things)
| Official speed | 46.74 wpm (46.98 seconds elapsed during race) |
|---|---|
| Race Start | May 18, 2025 2:55:59am UTC |
| Race Finish | May 18, 2025 2:56:46am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 94.0% |
| Points | 18.70 |
| 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) |