From b084603c7c0a9329ea2b15b72bb73cadc4f1ad74 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 10 Aug 2014 11:47:27 +0900 Subject: [PATCH] albumart - remove square restriction as it works better it seems --- src/bin/albumart.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/albumart.c b/src/bin/albumart.c index 346bfa6..9c348f5 100644 --- a/src/bin/albumart.c +++ b/src/bin/albumart.c @@ -7,7 +7,8 @@ #include "sha1.h" #define Q_START "http://www.google.com/search?as_st=y&tbm=isch&hl=en&as_q=" -#define Q_END "&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs=iar:s,ift:jpg" +//#define Q_END "&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs=iar:s,ift:jpg" +#define Q_END "&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs=ift:jpg" static Ecore_Con_Url *fetch = NULL; static Ecore_Event_Handler *handle_data = NULL;