View Pit Stop page for race #3 by pivot5 — Ghost race
View profile for maximum typer pro (pivot5)
Official speed | 72.67 wpm (30.22 seconds elapsed during race) |
---|---|
Race Start | February 14, 2019 3:02:24am UTC |
Race Finish | February 14, 2019 3:02:54am UTC |
Outcome | No win (2 of 4) |
Opponents |
1. sidd_ (108.59 wpm) |
Accuracy | 97.0% |
Points | 29.07 |
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) |