PicturingFrames (frame_ability)

Race #164

View Pit Stop page for race #164 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 62.64 wpm (35.06 seconds elapsed during race)
Race Start September 20, 2022 12:11:07pm UTC
Race Finish September 20, 2022 12:11:42pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 25.05
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)