View Pit Stop page for race #21 by topraq — Ghost race
View profile for toprak (topraq)
| Official speed | 71.64 wpm (30.65 seconds elapsed during race) |
|---|---|
| Race Start | May 23, 2025 9:48:44pm UTC |
| Race Finish | May 23, 2025 9:49:15pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 97.0% |
| Points | 28.66 |
| 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) |