View Pit Stop page for race #120 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 29.53 wpm (74.37 seconds elapsed during race) |
---|---|
Race Start | June 22, 2025 12:01:20am UTC |
Race Finish | June 22, 2025 12:02:35am UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 11.81 |
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) |