Expand Artgrid query coverage to artlist canonical URLs
build-push / docker (push) Successful in 4m23s
build-push / docker (push) Successful in 4m23s
This commit is contained in:
@@ -336,6 +336,8 @@ func buildArtgridQueries(base string) []string {
|
||||
return []string{
|
||||
fmt.Sprintf(`"%s" ("stock footage" OR "b-roll" OR cinematic OR editorial) site:artgrid.io/clip/`, base),
|
||||
fmt.Sprintf(`"%s" ("footage" OR "cinematic" OR "establishing shot") site:artgrid.io/clip/`, base),
|
||||
fmt.Sprintf(`"%s" ("stock footage" OR "b-roll" OR cinematic OR editorial) site:artlist.io/stock-footage/clip/`, base),
|
||||
fmt.Sprintf(`"%s" ("footage" OR "cinematic" OR "establishing shot") site:artlist.io/stock-footage/clip/`, base),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user