View Pit Stop page for race #95 by tahsin__1 — Ghost race
View profile for Tahsin (tahsin__1)
| Official speed | 45.76 wpm (47.99 seconds elapsed during race) |
|---|---|
| Race Start | May 7, 2025 1:48:28pm UTC |
| Race Finish | May 7, 2025 1:49:16pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 97.0% |
| Points | 18.30 |
| 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) |