Packages

object ExtractLinks

Extracts links from a webpage given the HTML content (using Jsoup).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractLinks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(src: String, html: String): Seq[(String, String, String)]

    Extract links.

    Extract links.

    src

    the src link

    html

    the content from which links are to be extracted

    returns

    a sequence of (source, target, anchortext).