View Pit Stop page for race #64 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 18.03 wpm (121.80 seconds elapsed during race) |
---|---|
Race Start | June 5, 2025 2:57:14pm UTC |
Race Finish | June 5, 2025 2:59:15pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 7.21 |
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) |