Jorge Luiz (jorginholuiz)

Race #3

View Pit Stop page for race #3 by jorginholuizGhost race

View profile for Jorge Luiz (jorginholuiz)

Official speed 35.29 wpm (62.23 seconds elapsed during race)
Race Start February 20, 2015 2:11:38pm UTC
Race Finish February 20, 2015 2:12:41pm UTC
Outcome No win (2 of 2)
Opponents 1. dudiellon (64.85 wpm)
Accuracy 92.0%
Points 0.00
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)