View Pit Stop page for race #2 by math_pi — Ghost race
View profile for OooOGaBoOgA (math_pi)
| Official speed | 32.63 wpm (67.30 seconds elapsed during race) |
|---|---|
| Race Start | April 6, 2022 5:11:26pm UTC |
| Race Finish | April 6, 2022 5:12:34pm UTC |
| Outcome | Win (1 of 2) |
| Accuracy | 93.0% |
| Points | 13.05 |
| 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) |