Fix code comment in config.go --skip-ci (#5691)

This commit is contained in:
DogmaDragon 2025-03-01 07:40:25 +02:00 committed by GitHub
parent 23e36b12fe
commit a391fa4345
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,9 +51,10 @@ type config struct {
// Configuration for querying image by an Image fragment
ImageByFragment *scraperTypeConfig `yaml:"imageByFragment"`
// Configuration for querying a movie by a URL
// Configuration for querying a movie by a URL - deprecated, use GroupByURL
MovieByURL []*scrapeByURLConfig `yaml:"movieByURL"`
// Configuration for querying a group by a URL
GroupByURL []*scrapeByURLConfig `yaml:"groupByURL"`
// Scraper debugging options