View Pit Stop page for race #2 by photondestroyer — Ghost race
View profile for The don (photondestroyer)
| Official speed | 41.78 wpm (52.56 seconds elapsed during race) |
|---|---|
| Race Start | January 21, 2023 11:10:08am UTC |
| Race Finish | January 21, 2023 11:11:00am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 94.0% |
| Points | 16.71 |
| 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) |