Expand Artgrid query coverage to artlist canonical URLs
build-push / docker (push) Successful in 4m23s

This commit is contained in:
AI Assistant
2026-03-13 20:15:51 +09:00
parent d8cc32e2e7
commit 6d9391bc2b
3 changed files with 33 additions and 1 deletions
+2
View File
@@ -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),
}
}