Martin DeMello wrote: > On Tue, Mar 17, 2009 at 11:55 AM, Arun Kumar > <arunkumar / innovaturelabs.com> wrote: > >> Can i use user-agents in hpricot? or if it can be used only for >> mechanize. >> > > Hpricot is an html parser, I don't think it concerns itself with > actually fetching the page. Use mechanize for that. > What's more, mechanize doesn't even use hpricot anymore -- it uses nokogiri.