To:
mechani...@rubyforge.org
Reply | Reply to all | Forward | Print | Delete | Show original
Hi,
With mechanize, how do I scrape the src of an img-element into a file?
I figured out how to do it using openURI:
my_html = ""
open(u, @hdrs).each {|s| my_html << s}
-b