Can I filter comparing two links?

4 posts / 0 new
Last post
bxyhxyh

Hello, everyone.

 

Website I'm using constantly changes their links while not changing the content. But id number in the old and new links are remain identical.

like www.site.com/123456.html to www.site.com/newsTitle-123456.html

So I want to filter the news by checking those ID numbers.

Do such feature exist?

bxyhxyh
And they also change their

And they also change their title along with links. It's so annoying thinking that it was a new article while content is exactly the same.

Sheldon
Hi,

Hi,

you could create a news filter with a rule

link contains id.

What shall happen if it matches?

Kind regards,

Sheldon

 

bxyhxyh
Quote: Hi, you could create a

Quote:
Hi, you could create a news filter with a rule link contains id. What shall happen if it matches? Kind regards, Sheldon  

Well, i have so many links and it has 20+ news everyday.

I think creating rule for every id would be bit ineffective.

So I was searching solution like some string function that could take id part and compares it to the new links' id part.

Then if it's the same, it deletes it.