Feng (da_xiao_jin_dou)

Race #26

View Pit Stop page for race #26 by da_xiao_jin_douGhost race

View profile for Feng (da_xiao_jin_dou)

Official speed 21.52 wpm (102.04 seconds elapsed during race)
Race Start February 28, 2022 10:59:28pm UTC
Race Finish February 28, 2022 11:01:10pm UTC
Outcome Win (1 of 2)
Accuracy 92.0%
Points 8.61
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)