The conversion has to be able to rewrite links, otherwise the output file will end up with broken links. I decided it is better to abort the conversion in such cases rather than proceed. As for the useless error message, you'd need to complain to the python devs, as urlparse comes from the python standard library. You will need to figure out what the invalid link is and remove it from the output of your recipe.
|