PicturingFrames (frame_ability)

Race #235

View Pit Stop page for race #235 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 69.58 wpm (31.56 seconds elapsed during race)
Race Start October 5, 2022 2:51:52pm UTC
Race Finish October 5, 2022 2:52:23pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 27.83
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)