Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MaxDepth int
Timeout int
// Rate limiting
RateLimitDelay time.Duration
Parallelism int
// Retry configuration
MaxRetries int
RetryDelay time.Duration
// Behavior flags
Recursively bool
Async bool
EnableJavascript bool
FollowExternalLinks bool
RespectRobotsTxt bool
Debug bool
}
Config for the scraper.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig defines default config with sane defaults for most use cases.
Click to show internal directories.
Click to hide internal directories.