Mechanize gem -- help

J

jazzez ravi

Hi All,

Code:

require 'mechanize'
@agent = WWW::Mechanize.new
[email protected]("http://yahoo.com/")
puts source # => It gives Source code.

NEED:

I entered "http://yahoo.com/" this url in browser , but its goes to
"http://in.yahoo.com/?p=us".

I want to get the redirected url. Is there any possibility to get that
redirected link ?

Expected Example:
require 'mechanize'
@agent = WWW::Mechanize.new
[email protected]("http://yahoo.com/")
puts X=source.GET_REDIRECTED_URL #=> http://in.yahoo.com/?p=us


Thanks in Advance,
P.Raveendran
http://raveendran.wordpress.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top