package
0.0.1
Repository: https://github.com/dave/scrapy.git
Documentation: pkg.go.dev

# Packages

Package htmlparser defines a parser.Interface that parses HTML and returns the urls from anchor href attributes.
Package mockparser defines a parser.Interface that returns dummy urls for a given input, and is used in tests.

# Interfaces

Interface parses HTML and returns the urls from anchor href attributes.