View Pit Stop page for race #6 by catchmeifyoucantomhanks — Ghost race
View profile for tstats[catchmeifyoucantomhanks] (catchmeifyoucantomhanks)
Official speed | 23.81 wpm (92.23 seconds elapsed during race) |
---|---|
Race Start | February 6, 2024 4:44:46am UTC |
Race Finish | February 6, 2024 4:46:18am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 9.53 |
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) |