View Pit Stop page for race #305 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 57.64 wpm (38.10 seconds elapsed during race) |
---|---|
Race Start | October 26, 2022 3:55:02pm UTC |
Race Finish | October 26, 2022 3:55:40pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 23.06 |
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) |