Arti wrote: > [i]irb(main):021:0>[/i] pro_id_url = ie.link(:url, /fuseaction=photos/) > You want the the url, not the link object. So you need to do this: pro_id_url = ie.link(:url, /fuseaction=photos/).url Bret