im (aph0tic)

Race #4

View Pit Stop page for race #4 by aph0ticGhost race

View profile for im (aph0tic)

Official speed 34.64 wpm (63.39 seconds elapsed during race)
Race Start October 8, 2017 1:04:53am UTC
Race Finish October 8, 2017 1:05:56am UTC
Outcome No win (2 of 3)
Opponents 1. cptbbq (77.65 wpm)
Accuracy 92.0%
Points 13.85
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)