> Can i set the minium file size that winhttrack download?> File smaller will
not be downloaded...
You can use the pseudo-filter *[<NN] ; such as:
-*.gif*[<5]
(here to exclude all gif files smaller than 5KB)
Or -*.jpg*[>500] -*.jpg*[<5] to get only jpg files between
5 and 500KB.
|