Extract all links from a raw HTML string and convert into absolute paths.
Regex to use for extracting links from raw HTML.
If True, ignore external links which are not children
of the base URL.
Exclude any URLs that start with one of these prefixes.
If True, continue if parsing a specific link raises an
exception. Otherwise, raise the exception.