Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11333
| Date | 2012-01-14 23:29 -0500 |
|---|---|
| From | Arne Vajhøj <arne@vajhoej.dk> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: save webpage content |
| References | <0bcfbef7-1329-4e57-98e2-5e14133a69dd@g41g2000yqa.googlegroups.com> <oug8g713o77gq30vv81bgdac06ia46e9b7@4ax.com> |
| Message-ID | <4f12563e$0$282$14726298@news.sunsite.dk> (permalink) |
| Organization | SunSITE.dk - Supporting Open source |
On 1/4/2012 7:21 AM, Roedy Green wrote:
> On Wed, 4 Jan 2012 01:10:27 -0800 (PST), i need chrome 12 downloads
> <mekalai82@gmail.com> wrote, quoted or indirectly quoted someone who
> said :
>
>> I want to store the webpage content for the following url. chrome-
>> extensions://xxx/background.html .
>> I am not getting error ioexjava.net.UnknownHostException: chrome-
>> extension..while i used Url url = URL("chrome-extensions://xxx/
>> background.html") is there any other way to getting the chrome
>> extensions background page source code???
>
> see http://mindprod.com/products.html#FILETRANSFER
>
> You the download utility. It will give you the raw contents of the
> page before any JavaScript has had a crack. You will have to load aux
> pages to make sense of the whole thing.
Somehow I doubt that will work with a chrome-extensions
any better than OP's code.
Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
save webpage content i need chrome 12 downloads <mekalai82@gmail.com> - 2012-01-04 01:10 -0800
Re: save webpage content GGolf <invalid@invalid.com> - 2012-01-04 15:01 +0530
Re: save webpage content Roedy Green <see_website@mindprod.com.invalid> - 2012-01-04 04:21 -0800
Re: save webpage content Arne Vajhøj <arne@vajhoej.dk> - 2012-01-14 23:29 -0500
csiph-web