Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsScrapeError ¶
Types ¶
type ScrapeError ¶
type ScrapeError struct {
Message string
}
func (ScrapeError) Error ¶
func (e ScrapeError) Error() string
type ScrapedArticle ¶
type Scraper ¶
type Scraper struct {
// contains filtered or unexported fields
}
Scraper scrapes HTML pages for article links.
func NewScraper ¶
NewScraper creates a Scraper with the given HTTP client.
func (*Scraper) ScrapeBlog ¶
Click to show internal directories.
Click to hide internal directories.