search for: sendzip

Displaying 1 result from an estimated 1 matches for "sendzip".

Did you mean: send_ip
2007 Apr 03
2
Scraping and saving.
Hi, I''m working to scrape and save some ebooks. Mechanize has been wonderful so far. The link I''m having trouble with is this one. http://www.webscription.net/SendZip.aspx?SKU=0671578499&ProductID=379&format=H When I click that in the browser it saves it to a file named H_1632.zip. How do I get that name from the page. I suspect to save this to a file I would just do (if lnk is the lnk) lnk.click() but how do I save it and how do I get the name that th...