webscraper

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetHTMLNodeFromUrl

func GetHTMLNodeFromUrl(url string) (*html.Node, error)

GetHTMLNodeFromUrl takes a string representing a URL and returns the root *html.Node of the corresponding webpage.

Types

type WebScraper

type WebScraper interface {
	GetHTMLNodeFromUrl(url string) (*html.Node, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL