[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wget export URL list
From: |
Yousong Zhou |
Subject: |
Re: [Bug-wget] Wget export URL list |
Date: |
Thu, 4 Sep 2014 09:36:01 +0800 |
On 3 September 2014 22:26, Adrian - adrianTNT.com
<address@hidden> wrote:
> Hello.
> Can anyone tell me how to do this with wget ?
> I want it to spider a given website and return the list of full urls in
> that website.
> Any ideas?
This can be done by
- grepping through stderr output of wget
- patching wget for your specific need. should be easy.
yousong