Re: Access Forbidden

2005-09-12 Thread Mauro Tortonesi
Alle 09:45, mercoledì 31 agosto 2005, Youssef Eldakar ha scritto: I am trying to use Wget in recursive mode (-r). For some domains, I am getting access forbidden ven though I can display the pages in a Web browser. Is there an option I should set to get around this? wget

Re: [req] external document filter

2005-09-12 Thread Mauro Tortonesi
Alle 16:02, mercoledì 31 agosto 2005, Sergey Martynoff ha scritto: Feature request: it is a good idea to add the ability to pre-filter fetched documents with external program. Here's my problem. I'd like to download a site recursively, but all links are made via javascript function calls.

Re: Limiting the number of links traversed

2005-09-12 Thread Mauro Tortonesi
Alle 22:25, sabato 10 settembre 2005, Rahul Joshi ha scritto: Hi! WGet has the feature to limit the retrieval based on relative links or spanning other hosts. But I couldn't find a way to limit the number of links traversed on a given page. For example, we may wish to go to only the first

Re: enhancement ideas

2005-09-12 Thread Mauro Tortonesi
Alle 18:27, lunedì 5 settembre 2005, Paul Wise ha scritto: Hi all, (please CC me, I'm not subscribed) It would be nice if wget could launch a custom command that would output to wget a list of links in the file just downloaded. This would make it fairly easy to download links specified

Re: [wget 1.9.1] Exception = c0000005 occurred at EIP = 1c03436f

2005-09-12 Thread Mauro Tortonesi
Alle 10:44, mercoledì 31 agosto 2005, Adriaan van Os ha scritto: Hello, When I run -- wget --debug --append-output=wgetscrybug.log --recursive --no-parent --no-directories --delete-after --page-requisites --referer=http://vdg38bis.xs4all.nl/panoramas http://vdg38bis.xs4all.nl/panoramas

Re: Terminating a -k -K wget download

2005-09-12 Thread Mauro Tortonesi
Alle 23:00, sabato 10 settembre 2005, Fred Holmes ha scritto: I don't know if it's possible, but I would love to have a way to terminate a job prematurely (the job is getting too large or taking too long) such that wget stops getting additional pages/files, but does process the -k -K commands

Re: A mirror question

2005-09-12 Thread Mauro Tortonesi
Alle 10:18, giovedì 1 settembre 2005, Pär-Ola Nilsson ha scritto: Hi! Is it possible to get wget to delete files that has disappeared at the remote ftp-host during --mirror? not at the moment, but we might consider adding it to 2.0. -- Aequam memento rebus in arduis servare mentem... Mauro

Re: xmalloc.c:190: checking_free: Assertion `ptr != ((void *)0)' failed

2005-09-12 Thread Mauro Tortonesi
On Monday 08 August 2005 07:14 am, Eugene Vlasov wrote: I request the following error: == SIZE compact-3.0-rc4.iso ... wget: xmalloc.c:190: checking_free: Assertion `ptr != ((void *)0)' failed. zsh: 23726 abort wget what's this? unfortunately, this information is too generic to be

Re: wget 1.10.1 on Win2K - misbehaviour?

2005-09-12 Thread Mauro Tortonesi
Alle 19:17, sabato 3 settembre 2005, Gareth Evans ha scritto: Hello, I am a novice wget user and can't seem to get it to do under the Win2K cmd prompt what it does perfectly well under bash. My understanding of the wget options syntax is that wget -m -I /mp3/wb www.scottandrew.com should

Comment HTML File?

2005-09-12 Thread Arthur DiSegna
I am using i to read urls from an HTML file. How can I make comments to this file with out the log showing test.html: Invalid URL # Thanks

Re: Comment HTML File?

2005-09-12 Thread Hrvoje Niksic
Arthur DiSegna [EMAIL PROTECTED] writes: I am using -i to read urls from an HTML file. How can I make comments to this file with out the log showing test.html: Invalid URL # You can always preprocess the file using something like: grep -v '^#' inputfile | wget -i - or, if you want to