Skip to main content

HTML Link Parser

HTML Link Parser

Parses HTML text for links creates a list of links found.

File

An optional file or variable to parse for Images, if not given then the working file will be parsed.

If a variable is giving, this variable will be tested to see if its string content and should have its value parsed, or if its a path to a file and that file should be read and have it's content parsed.

Pattern

An optional case insensitive regular expression to match the results against, only results matching this will be accepted.

This allows you for instance to only look for .jpg links or a links from a given domain.

Variables

ImageUrls

Will update the Links variable with the links found.

CurrentList

Will update the common CurrentList variable with the links found.

Outputs

  1. Links were found and variables updated
  2. No links found, variables left unmodified