| Hi ! I searched the documentation but I can't achieve what I need to do and I'm
actually wondering if it's even possible with WinHTTrack. So here's my problem
and if anyone could tell me how to do it or if we can't do it that would be
nice :
I have a webpage :
<http://www.someweb.com/dir/index(numbers).htm>
with links like this on it:
<http://www.someweb.com/dir/somepage-(numbers)(end> of filename).htm
and some others like this :
<http://www.someweb.com/dir/somepage-(non> numeric chars).htm
(numbers) = 1, 2, ... ,20,21....., 120,....
(end of filename) = .htm, -page1.htm, -page2.htm....
I need to download only the pages with somepage-(numbers)...
I tried these filters :
-*
+http://www.someweb.com/dir/somepage-*[0..9]*
but it didn't work, I also tried :
-*
+http://www.someweb.com/dir/somepage*
-http://www.someweb.com/dir/somepage-(non numeric chars version1)
-http://www.someweb.com/dir/somepage-(non numeric chars version2)
-http://www.someweb.com/dir/somepage-(non numeric chars version3)
and it didn't work either :-/
WinHTTrack always capture the files with -(non numeric chars) and files below
of course... | |