Versions in this module Expand all Collapse all v0 v0.21.1 Mar 22, 2021 v0.21.0 Mar 19, 2021 Changes in this version + var ErrBadLinks = exitcode.Set(errors.New("found bad links"), 4) + var ErrCancelled = exitcode.Set(errors.New("scraping canceled by SIGINT"), 3) + var ErrMissingFragment = errors.New("page missing fragments") + func CLI(args []string) error