mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Query url parameters (#878)
This commit is contained in:
@@ -114,7 +114,8 @@ type scraperTypeConfig struct {
|
||||
Scraper string `yaml:"scraper"`
|
||||
|
||||
// for xpath name scraper only
|
||||
QueryURL string `yaml:"queryURL"`
|
||||
QueryURL string `yaml:"queryURL"`
|
||||
QueryURLReplacements queryURLReplacements `yaml:"queryURLReplace"`
|
||||
}
|
||||
|
||||
func (c scraperTypeConfig) validate() error {
|
||||
|
||||
Reference in New Issue
Block a user