View Pit Stop page for race #16 by frame_ability — Ghost race
View profile for PicturingFrames (frame_ability)
Official speed | 55.58 wpm (39.51 seconds elapsed during race) |
---|---|
Race Start | June 20, 2022 8:09:24am UTC |
Race Finish | June 20, 2022 8:10:03am UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 22.23 |
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) |