MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / Scraper

Struct Scraper

internal/fab/scraper.go:76–80  ·  view source on GitHub ↗

Scraper retries fetching and parsing until the Limited-Time Free section is found.

Source from the content-addressed store, hash-verified

74
75// Scraper retries fetching and parsing until the Limited-Time Free section is found.
76type Scraper struct {
77 Source HTMLSource
78 Retries int
79 Backoff func(attempt int) time.Duration
80}
81
82func NewScraper(source HTMLSource) *Scraper {
83 return &Scraper{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected