View Pit Stop page for race #10 by cptbbq — Ghost race
View profile for good Bye lol (but a Little catty) (cptbbq)
| Official speed | 82.82 wpm (26.52 seconds elapsed during race) |
|---|---|
| Race Start | October 15, 2017 4:08:12am UTC |
| Race Finish | October 15, 2017 4:08:38am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 33.13 |
| 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) |