|   | Hello,
When downloading images off a website, they save with an extension of
"*.png_;". I would like httrack to change rename these files from "*.png_;" to
"*.png" so that they can be easily opened through my file browser.
I've tried using "MIME associations" on the GUI, which looks like this:
  File types:         MIME identity:
  .png_;      <--->   .png
I've also tried this:
  File types:         MIME identity:
  .png_;      <--->   image/png
Finally, I used the GUI "Scan Rules" mimicking the example given on
/help/MIME_types, adding this command:
  -%A  png_;=image/png 
Nothing I've tried seems to work. I've searched the forum but have been unable
to find a solution. What you use all advise? Is it possible I have a syntax
error that it preventing it from working correctly? 
Thank you in advance for your help
  |   |