[vlc-devel] [PATCH] Update URL for cover search on Google Images

sjw sjw at gmx.ch
Sun Mar 19 19:33:30 CET 2017


---
 share/lua/meta/art/01_googleimage.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/lua/meta/art/01_googleimage.lua b/share/lua/meta/art/01_googleimage.lua
index 00080ca1f3..ef6c2b1f97 100644
--- a/share/lua/meta/art/01_googleimage.lua
+++ b/share/lua/meta/art/01_googleimage.lua
@@ -45,7 +45,7 @@ function fetch_art()
     else
         return nil
     end
-    fd = vlc.stream( "http://images.google.com/images?q="..vlc.strings.encode_uri_component( title ) )
+    fd = vlc.stream( "https://www.google.com/search?tbm=isch&q="..vlc.strings.encode_uri_component( title ) )
     if not fd then return nil end
 
     page = fd:read( 65653 )
-- 
2.12.0



More information about the vlc-devel mailing list