Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11064 > unrolled thread
| Started by | i need chrome 12 downloads <mekalai82@gmail.com> |
|---|---|
| First post | 2012-01-04 01:10 -0800 |
| Last post | 2012-01-14 23:29 -0500 |
| Articles | 4 — 4 participants |
Back to article view | Back to comp.lang.java.programmer
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
| From | i need chrome 12 downloads <mekalai82@gmail.com> |
|---|---|
| Date | 2012-01-04 01:10 -0800 |
| Subject | save 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]
| From | GGolf <invalid@invalid.com> |
|---|---|
| Date | 2012-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]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2012-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]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2012-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