albumart - remove square restriction as it works better it seems

v-0.4.0
Carsten Haitzler 9 years ago
parent e5a9fa362d
commit b084603c7c
  1. 3
      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;

Loading…
Cancel
Save