View Pit Stop page for race #76 by tahsin__1 — Ghost race
View profile for Tahsin (tahsin__1)
| Official speed | 37.90 wpm (57.94 seconds elapsed during race) |
|---|---|
| Race Start | May 6, 2025 5:16:36pm UTC |
| Race Finish | May 6, 2025 5:17:34pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 15.16 |
| 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) |