View Pit Stop page for race #8 by ved_types — Ghost race
View profile for VedTypes (ved_types)
| Official speed | 44.12 wpm (49.77 seconds elapsed during race) |
|---|---|
| Race Start | June 13, 2025 4:32:09am UTC |
| Race Finish | June 13, 2025 4:32:59am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 95.0% |
| Points | 17.65 |
| 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) |