JDownloader Community - Appwork GmbH
 

Notices

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 18.11.2016, 15:42
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default Is it possible to save the content of any web page as an HTML file?

Is it possible to save the content of any web page as an HTML file?
Multi-single pages (not full mirror site)
Browser and other managers will save easily.
How to do it in JD2 without any complicated settings?
  #2  
Old 18.11.2016, 17:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Thats not possible yet. So you just want to save the loaded html answer or what?
__________________
JD-Dev & Server-Admin
  #3  
Old 18.11.2016, 17:40
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Just like in any browser
Chrome CTRL + S
Save page as... "Web Page, Complete"
I do not want to use any "Crawler" and wasting time unnecessarily.
I do not want to parse the entire website, only interesting the selected URL.
Some pages can be removed or cease to be active, so I just want to save to have a copy of the page.
  #4  
Old 18.11.2016, 17:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

What does
*save page as* has to do with with *I do not want to parse the entire website, only interesting the selected URL.* ?

I thought this is about just saving the html to xy.html on disk, nothing more, nothing less
__________________
JD-Dev & Server-Admin
  #5  
Old 18.11.2016, 18:04
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

I want to save a simple URL.
Eg. I want to quickly save the first page and subsequent pages.
Using other manager I have every time choose Plain Text from selected Linking, and I would like to automatically detect the link (Clipboard ON)

file1.html
file2.html
file3.html
etc.
  #6  
Old 18.11.2016, 18:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

But do you really mean just the html source. No images, no other stuff, just file1.html alone?
__________________
JD-Dev & Server-Admin
  #7  
Old 18.11.2016, 18:15
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Very small html file,
No images etc. only text and "graphic design"(layout)
  #8  
Old 18.11.2016, 18:37
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Please send me example links to support@jdownloader.org then I will check/add support for it
__________________
JD-Dev & Server-Admin
  #9  
Old 19.11.2016, 01:20
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

use spider software, this is designed todo what your looking for.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
  #10  
Old 19.11.2016, 07:33
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

raztoki - I do not need any Crawlers, Spider. This is a waste of time (without project settings for different pages)!
I want without any additional settings, very easy and super-quickly to save the page as an HTML file!
Just like in any browser and file manager the same possibility!


  #11  
Old 19.11.2016, 09:58
editestowy's Avatar
editestowy editestowy is offline
Polish Supporter
 
Join Date: May 2009
Location: PL
Posts: 3,026
Default

JD is DOWNLOAD manager - nor file manager neither another browser.
Use tools designed for this.

Another useless feature and wasted developer's resources for implementing this in JD2.
  #12  
Old 19.11.2016, 10:16
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

editestowy - EACH APPLICATION, even the simplest program to download can save almost every (not protected) html page.
I do not understand what stands in the way, that can not save the JD2?
Only every time I need to manually add a URL which is annoying.
Can not automatic detect (when COPY link) and save as HTML?
  #13  
Old 19.11.2016, 10:19
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Add generated super-simple URL links (in another application) and download the JD2, it was useful !!
  #14  
Old 19.11.2016, 10:22
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Why can save
Code:
Audio, Video, Images, Documents eg. PDF, Archives
but you can not be saved even as
Code:
HTML(or as XHTML)
source code ??
  #15  
Old 19.11.2016, 10:28
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

  #16  
Old 20.11.2016, 00:48
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

if you don't want to use some automated means aka spider software (as typically you download the entire site, software can let you choose what you want to keep/save) then use use something that's designed in the simplest form todo what you want. I recommend wget or curl and provide the URL == job done.


Quote:
Originally Posted by djmakinera View Post
Why can save
Code:
Audio, Video, Images, Documents eg. PDF, Archives
but you can not be saved even as
Code:
HTML(or as XHTML)
source code ??
because our program isn't designed to to this, and I don't see the need to add it either. Use something that exists already and is way less overhead than JDownloader.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 20.11.2016 at 02:08.
  #17  
Old 20.11.2016, 09:16
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Quote:
Originally Posted by raztoki View Post
because our program isn't designed to to this, and I don't see the need to add it either. Use something that exists already and is way less overhead than JDownloader.
It is possible, but only if any,
plug exists and can see the source code in the logs.
  #18  
Old 20.11.2016, 13:16
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

just use wget/curl. They grab the content you specify (html included). Windows binaries exist for both.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 18:22.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.