Skip to content

v1.1.5

Compare
Choose a tag to compare
@otsch otsch released this 13 Jul 23:59
· 49 commits to main since this release

Fixed

  • The Http::crawl() step, as well as the Html::getLink() and Html::getLinks() steps now ignore links, when the href attribute starts with mailto:, tel: or javascript:. 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.