View Pit Stop page for race #6 by leondreamed — Ghost race
View profile for www.tunnel.dev (leondreamed)
| Official speed | 122.00 wpm (18.00 seconds elapsed during race) |
|---|---|
| Race Start | April 5, 2023 6:23:42pm UTC |
| Race Finish | April 5, 2023 6:24:00pm UTC |
| Outcome | No win (1 of 1) |
| Accuracy | 99.0% |
| Points | 48.80 |
| 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) |