Skip to content

Commit

Permalink
Fix code comment in config.go --skip-ci (#5691)
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon authored Mar 1, 2025
1 parent 23e36b1 commit a391fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scraper/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a391fa4

Please sign in to comment.