arnargisla (arnargisla)

Race #3

View Pit Stop page for race #3 by arnargislaGhost race

View profile for arnargisla (arnargisla)

Official speed 45.07 wpm (48.72 seconds elapsed during race)
Race Start March 14, 2019 11:46:19pm UTC
Race Finish March 14, 2019 11:47:08pm UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 18.03
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)