View Pit Stop page for race #1 by alessthegreat — Ghost race
View profile for papi aless (alessthegreat)
Official speed | 44.89 wpm (48.92 seconds elapsed during race) |
---|---|
Race Start | May 22, 2023 5:01:39am UTC |
Race Finish | May 22, 2023 5:02:28am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 17.96 |
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) |