Versions in this module Expand all Collapse all v2 v2.8.3 Jul 26, 2025 Changes in this version + type Source struct + func (s *Source) AddApiKeys(keys []string) + func (s *Source) HasRecursiveSupport() bool + func (s *Source) IsDefault() bool + func (s *Source) Name() string + func (s *Source) NeedsKey() bool + func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Session) <-chan subscraping.Result + func (s *Source) Statistics() subscraping.Statistics + type Token struct + ExceededTime time.Time + Hash string + RetryAfter int64 + type Tokens struct + func NewTokenManager(keys []string) *Tokens + func (r *Tokens) Get() *Token v2.8.1 Jul 8, 2025