From 8a449debda59f1ccc0cbb5bcfc2ae227fc76d224 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 20 Mar 2018 16:57:55 +0100 Subject: [PATCH] Improved search link --- pages/editor/lowresimages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/editor/lowresimages.go b/pages/editor/lowresimages.go index 92592f7e..42688cdc 100644 --- a/pages/editor/lowresimages.go +++ b/pages/editor/lowresimages.go @@ -54,7 +54,7 @@ func filterAnimeImages(ctx *aero.Context, title string, minExpectedWidth int, mi } func googleImageSearch(anime *arn.Anime) string { - return "https://www.google.com/search?q=" + anime.Title.Canonical + "&tbm=isch&tbs=imgo:1,isz:lt,islt:qsvga" + return "https://www.google.com/search?q=" + anime.Title.Canonical + " anime cover" + "&tbm=isch&tbs=imgo:1,isz:lt,islt:qsvga" } // // LowResolutionAnimeImages ...