paraph (paraphrohn)

Race #61

View Pit Stop page for race #61 by paraphrohnGhost race

View profile for paraph (paraphrohn)

Official speed 83.29 wpm (26.37 seconds elapsed during race)
Race Start February 25, 2019 2:45:42pm UTC
Race Finish February 25, 2019 2:46:08pm UTC
Outcome No win (3 of 4)
Opponents 1. tanon710s (100.71 wpm)
2. permil (92.15 wpm)
4. nmyo (59.19 wpm)
Accuracy 98.0%
Points 33.31
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)