Fixed
- The
Http::crawl()
step, as well as theHtml::getLink()
andHtml::getLinks()
steps now ignore links, when thehref
attribute starts withmailto:
,tel:
orjavascript:
. For the crawl step it obviously makes no sense, but it's also considered a bugfix for the getLink(s) steps, because they are meant to deliver absolute HTTP URLs. If you want to get the values of such links, use the HTML data extraction step.