views:

25

answers:

0

Hi,

How to get Google Image results URL on Ruby without using Google AJAX API. I tried to get all node with tag and id beginning with ipf* but I got only 11/21 images URL... with these APIs :'open-uri' and 'rubyful_soup'

It seems Google has merged HTML (for the 11 first results) and dynamic HTML generated by javascript (for the 10 others)

Thanks for helping