############################################################################### ### FatBomb ### { id => 'google', title => 'Google', cache => 86400, query => 'http://www.google.com/search?as_q={keywords}&num=100&hl=en&ie=ISO-8859-1&oe=ISO-8859-1&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=lang_en&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=&safe=images', item_regexp => qr/ ]+)[^>]*>(.*?)<\/a>.*?
(.*?)
/xs, item_fields => [qw(click title description)], unquote_title => 'strip_tags', unquote_description => 'strip_tags', enabled => 0, weight => 100, }; ############################################################################### ###############################################################################