HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: List all the links in web site
Author: William Roeder
Date: 10/08/2008 17:05
 
>     I want to list all the required links which is
> present on web site , with out downloading any
> thing.I just need the list of all links.

You can't know what is on a site without downloading its pages.

If you filter out everything but the html, set no external pages and mirror,
you can get what you want by parsing the files:

Name of all pages: findstr "Mirrored from" *
Name of externals: findstr "external.html" *
edit the result of pass through sed (http://unxutils.sourceforge.net/)
 
Reply Create subthread


All articles

Subject Author Date
List all the links in web site

10/08/2008 13:08
Re: List all the links in web site

10/08/2008 17:05
Re: List all the links in web site

02/03/2009 11:43
Re: List all the links in web site

01/23/2010 09:53
Re: List all the links in web site

06/29/2011 17:58




d

Created with FORUM 2.0.11