[Bug-wget] [bug #53322] Add option to let page-requisites bypass no-parent

2018-04-04 Thread David
Follow-up Comment #4, bug #53322 (project wget): Thanks for your answer, but it's missing the point of the original question. I basically want to download everything under the current folder (recursive, no parent) but i also want to download css/js that are on the same domain but higher in the

Re: [Bug-wget] wget2 hanging, possible I/O issue

2018-04-04 Thread Jeffrey Fetterman
How well does TeamViewer work on Linux? My laptop has been collecting dust, I can just leave it running for a couple days with a fresh install of Windows and a fresh install of WSL Debian (with apt-get update and upgrade already ran) On Wed, Apr 4, 2018 at 3:22 AM, Tim Rühsen

[Bug-wget] [bug #53322] Add option to let page-requisites bypass no-parent

2018-04-04 Thread David
Follow-up Comment #2, bug #53322 (project wget): Well, I don't want to download a whole site! Example: wget --recursive --page-requisites http://www.oreilly.com/openbook/osfreesoft/book/ It will start downloading everything that is linked on the page, not just the current directory.

[Bug-wget] [bug #53322] Add option to let page-requisites bypass no-parent

2018-04-04 Thread Tim Ruehsen
Follow-up Comment #3, bug #53322 (project wget): Then you won't need --recursive. And looking at that page: the links all go to different domains - so will need -H as well. wget -H --page-requisites http://www.oreilly.com/openbook/osfreesoft/book/ does the job for me: FINISHED --2018-04-04

Re: [Bug-wget] wget2 hanging, possible I/O issue

2018-04-04 Thread Tim Rühsen
Hi Jeffrey, possibly I can get my hands on a fast Win10 desktop the coming weekend... no promise but I'll try. With Best Regards, Tim On 04/04/2018 09:54 AM, Tim Rühsen wrote: > Hi Jeffrey, > > I can't tell you. Basically because the only WSL I can get my hands on > is on my wife's laptop

Re: [Bug-wget] wget2 hanging, possible I/O issue

2018-04-04 Thread Jeffrey Fetterman
Tim, do you know when you'll be able to examine and come up with a workaround for the issue? There are alternatives to wget2 but either they're not high performance or they're not really cut out for site scraping. On Mon, Apr 2, 2018 at 12:30 PM, Jeffrey Fetterman wrote:

[Bug-wget] [bug #53322] Add option to let page-requisites bypass no-parent

2018-04-04 Thread Tim Ruehsen
Follow-up Comment #1, bug #53322 (project wget): Why don't you leave away --no-parent then ? --page-requisites alone should do what you want. ___ Reply to this item at:

Re: [Bug-wget] wget2 hanging, possible I/O issue

2018-04-04 Thread Tim Rühsen
Hi Jeffrey, I can't tell you. Basically because the only WSL I can get my hands on is on my wife's laptop which is *very* slow. And it needs some analysis on that side, maybe with patches for gnulib. Send me a fast Win10 machine and I analyse+fix the problem ;-) BTW, we are also not using