View Pit Stop page for race #10 by thomascdh — Ghost race
View profile for thomas (thomascdh)
| Official speed | 31.04 wpm (70.75 seconds elapsed during race) |
|---|---|
| Race Start | March 21, 2025 10:17:37pm UTC |
| Race Finish | March 21, 2025 10:18:48pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 97.0% |
| Points | 12.42 |
| 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) |