mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-16 07:23:17 +00:00
feat: add LinksContainerSelector to SiteConfig and enhance scraping logic with depth control and link extraction
This commit is contained in:
@@ -30,6 +30,7 @@ type SiteConfig struct {
|
||||
ExcludePaths []string `yaml:"exclude_paths"`
|
||||
OutputAlias string `yaml:"output_alias"`
|
||||
PathOverrides []PathOverride `yaml:"path_overrides"`
|
||||
LinksContainerSelector string `yaml:"links_container_selector"`
|
||||
}
|
||||
|
||||
type PathOverride struct {
|
||||
|
||||
Reference in New Issue
Block a user