cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Trying to download a filled in webpage

From: Robert Baker <rbaker_at_bakersoftwaretechnologies.com>
Date: Sat, 28 Feb 2009 11:28:22 -0800

Thanks for the input, Now the error that I get is: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="VEHelp.css" type="text/css" rel="stylesheet"/> <script type="text/javascript" src="vehelp.js"> </script> </head> <body class="helpframecontent"> <p> To use this feature, open Live&#160;Search in Windows Internet Explorer version&#160;6 or 7. <br /> For more information, and to download the latest version, visit the Microsoft Internet&#160;Explorer website (http://www.microsoft.com/windows/ie/downloads/default.mspx).</p> </body> </html> Thanks, Rbakerjp ---------------------------------------- From: Gisle Vanem <gvanem@broadpark.no> Sent: Saturday, February 28, 2009 10:44 AM To: rbaker@bakersoftwaretechnologies.com, the curl tool <curl-users@cool.haxx.se> Subject: Re: Trying to download a filled in webpage "Robert Baker" wrote: > I tried the -L option but that did not help either Use backticking. Like so: curl -Lo meme `http://local.live.com/default.aspx?v=2&rtp=adr.6200%20S%20Main%20street,Ashtabula,OH~adr.4338%20Lake%20Road%20W,Ashtabula,OH` --gv

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-02-28