Page 1 of 1

Watermark issue

Posted: 22 Aug 2019, 08:21
by xxxmagic
Hi

I have some site, that links to images this way:

<img src="watermark.php?path=http://XXXXXXXXXXXX.jpg" border="0px" class="img-bor" style="border-style:none;">

Can I remove the watermark.php?path= ?

Re: Watermark issue

Posted: 22 Aug 2019, 12:01
by Maksym
Yes, sure. This is what"Custom Parsers" are for in the Extreme Picture Finder. You simply create the following Parser:

Expression: src="watermark\.php\?path=([^"]+)"
Result: [#1]

And then add

watermark\.php

to the "Excluded URLs" to skip the watermarked files and get only the original ones.