View Pit Stop page for race #32 by clausm — Ghost race
View profile for Lucas (clausm)
| Official speed | 41.51 wpm (52.90 seconds elapsed during race) |
|---|---|
| Race Start | October 26, 2025 12:18:00am UTC |
| Race Finish | October 26, 2025 12:18:53am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 94.0% |
| Points | 16.60 |
| 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) |