View Pit Stop page for race #2 by saveall — Ghost race
View profile for grubres (saveall)
Official speed | 63.10 wpm (34.80 seconds elapsed during race) |
---|---|
Race Start | October 7, 2025 1:12:38pm UTC |
Race Finish | October 7, 2025 1:13:13pm UTC |
Outcome | No win (3 of 3) |
Opponents |
1. pigeonistic (74.71 wpm) |
Accuracy | 94.0% |
Points | 25.24 |
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) |