Ron (xrdmzx)

Race #9

View Pit Stop page for race #9 by xrdmzxGhost race

View profile for Ron (xrdmzx)

Official speed 23.57 wpm (93.17 seconds elapsed during race)
Race Start October 1, 2015 10:13:24pm UTC
Race Finish October 1, 2015 10:14:57pm UTC
Outcome No win (6 of 6)
Opponents 1. yarrpirate (41.59 wpm)
2. richardgomes7d (35.67 wpm)
3. erh4ua (35.13 wpm)
Accuracy 86.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)