View Pit Stop page for race #72 by alex_ramos — Ghost race
View profile for alexVladimirQuecaña (alex_ramos)
Official speed | 26.68 wpm (82.31 seconds elapsed during race) |
---|---|
Race Start | June 21, 2025 1:25:53am UTC |
Race Finish | June 21, 2025 1:27:15am UTC |
Outcome | No win (7 of 14) |
Opponents |
9. pedro_serrudo (24.50 wpm) |
Accuracy | 97.0% |
Points | 10.67 |
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) |