Download pages downloaded

ramin
08/19/2016 09:10 am
Hi

I want to download only once pages of a website with offline explorer (version 7) nor several times from one page


http://8pic.ir/images/c6z03lay1nb7cpzumpxm.jpg

http://8pic.ir/images/sen227d1yohtvl8tv5nr.jpg


for example :(In the first picture)

exercise_comparisons1.htm
exercise_comparisons2.htm
.
.
.
exercise_comparisons5.htm

all are similar

Please guide me

Thanks
Oleg Chernavin
08/20/2016 05:06 am
You may use URL Macros to download enumerations in URLs. Specify the following in the Project's starting URL instead of the page number:

{:1..10} to download pages from 1 to 10. For example, the starting URLs field would contain:

http://www.server.com/dir/exercise_comparisons{:1..5}.htm
http://www.server.com/dir/exercise_break{:1..5}.htm

and so on.

Best regards,
Oleg Chernavin
MP Staff