albumart - remove square restriction as it works better it seems

This commit is contained in:
Carsten Haitzler 2014-08-10 11:47:27 +09:00
parent e5a9fa362d
commit b084603c7c
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
#include "sha1.h" #include "sha1.h"
#define Q_START "http://www.google.com/search?as_st=y&tbm=isch&hl=en&as_q=" #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_Con_Url *fetch = NULL;
static Ecore_Event_Handler *handle_data = NULL; static Ecore_Event_Handler *handle_data = NULL;