HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Don't follow href but src links
Author: William Roeder
Date: 12/07/2010 18:16
 
> i'm trying to mirror single websites and need only
> the given html file and all linked files which are
> css, javascript and images.
> 
> currently this is not possible with httrack.
Wrong. Html + All linked files = near flag (get non-html related.)

> possible solution could be filters which work like
> css selectors:
> -a[href=*.mywebsite.com/*]
This would prevent spidering the starting site and you get nothing

> +a[href=*.myothersite.com/*]
+*.myotherside.com/*

> +img[src=*]
+mime:image/*

> +link[rel=stylesheet href=*]
+mime:text/css
 
Reply Create subthread


All articles

Subject Author Date
Don't follow href but src links

12/07/2010 12:20
Re: Don't follow href but src links

12/07/2010 18:16
Re: Don't follow href but src links

01/05/2011 09:43




e

Created with FORUM 2.0.11