I was wonding if you could help me with this.
http://s7d1.scene7.com/is/image/OnlineSportswear/hl_2460_4?$338$
As you can see the image for the above url has "?$338$"
when offline explorer enterprise edition saves the image it shows it as "hl_2460_4?$338$.jpg"
Is there a way to make it so it removes the "?$338$" and changes it to "_L" so the image will be save like this "hl_2460_4_L"
Thank you in advance for your help.
Best regards,
Oleg Chernavin
MP Staff
Thanks again
URL:
*
Replace:
?$[0-9]*$
With:
_L
Uncheck the rule and click OK and then again once more to save the changes.
Oleg.
URL:
*
Replace:
?$[0-9]*$
With:
_L
Uncheck the rule and click OK and then again once more to save the changes.
Oleg.
Dear Oleg,
I am still having problem with this
I click on project properties – under advance - Parsing – URL Substitutes
I added the rule
URL:
*
Replace:
?$[0-9]*$
With:
_L
I have tried it with check mark and without it they both give the same result (noting changed)
I have tried “Apply all matching rules: with check mark and without it they both give the same result (noting changed)
I have also tried using the test noting changed.
Is there something I am doing wrong?
Can you please help me and try it on your end.
Thank you
James
Oleg.
I like have bunch of images that all have “?$338$” at end of them when it downloaded by OE
I Like the images to be saved without the “?$338$” at the end and changed to _L at the end.
I have taken these steps to download the images
I have created a project with all my image URL:
http://s7d1.scene7.com/is/image/OnlineSportswear/hl_2460_4?$338$
http://s7d1.scene7.com/is/image/OnlineSportswear/hl_2461_1?$338$
http://s7d1.scene7.com/is/image/OnlineSportswear/hl_2461_2?$338$
http://s7d1.scene7.com/is/image/OnlineSportswear/hl_2461_3?$338$
Under project properties – under advance - Parsing – URL Substitutes
I added the rule
URL:
*
Replace:
?$[0-9]*$
With:
_L
All other setting for the properties are default.
I know I must be doing something wrong since I am not getting the result I am looking for…
Does it work on your end?
?$*$
Oleg.