Watermark issue

Post Reply
xxxmagic
Posts: 2
Joined: 22 Aug 2019, 08:16

Watermark issue

Post by xxxmagic » 22 Aug 2019, 08:21

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= ?

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: Watermark issue

Post by Maksym » 22 Aug 2019, 12:01

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.

Post Reply