Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #11064 > unrolled thread

save webpage content

Started byi need chrome 12 downloads <mekalai82@gmail.com>
First post2012-01-04 01:10 -0800
Last post2012-01-14 23:29 -0500
Articles 4 — 4 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  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

#11064 — save webpage content

Fromi need chrome 12 downloads <mekalai82@gmail.com>
Date2012-01-04 01:10 -0800
Subjectsave webpage content
Message-ID<0bcfbef7-1329-4e57-98e2-5e14133a69dd@g41g2000yqa.googlegroups.com>
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???

[toc] | [next] | [standalone]


#11065

FromGGolf <invalid@invalid.com>
Date2012-01-04 15:01 +0530
Message-ID<je169r$om1$1@speranza.aioe.org>
In reply to#11064
On 01/04/2012 02:40 PM, i need chrome 12 downloads wrote:
> 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???
That URL is visible only within Chrome. If you only need to save the 
webpage, you could do that within Chrome's Developer Tools, instead of 
using Java.

[toc] | [prev] | [next] | [standalone]


#11066

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-01-04 04:21 -0800
Message-ID<oug8g713o77gq30vv81bgdac06ia46e9b7@4ax.com>
In reply to#11064
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.

see also http://mindprod.com/jgloss/screenscraping.html
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
If you can't remember the name of some method, 
consider changing it to something you can remember.
 

[toc] | [prev] | [next] | [standalone]


#11333

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-01-14 23:29 -0500
Message-ID<4f12563e$0$282$14726298@news.sunsite.dk>
In reply to#11066
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web