mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Scrape scene by name (#1712)
* Support scrape scene by name in configs * Initial scene querying * Add to manual
This commit is contained in:
@@ -109,7 +109,7 @@ func loadURL(url string, scraperConfig config, globalConfig GlobalConfig) (io.Re
|
||||
func urlFromCDP(url string, driverOptions scraperDriverOptions, globalConfig GlobalConfig) (io.Reader, error) {
|
||||
|
||||
if !driverOptions.UseCDP {
|
||||
return nil, fmt.Errorf("URL shouldn't be fetched through CDP")
|
||||
return nil, fmt.Errorf("url shouldn't be fetched through CDP")
|
||||
}
|
||||
|
||||
sleepDuration := scrapeDefaultSleep
|
||||
|
||||
Reference in New Issue
Block a user