Page 1 of 1

RSS regex help

Posted: 21 Aug 2019, 22:59
by meatball
I was hoping someone might be able to lend some guidance as to where My dupescore filters aren't setup properly. I'm getting a lot of duplicates and have an inclination my regex could be tightened up.

In this example I'm grabbing a sporting event so there are no Seasons or Episodes and there's no regular calendar it follows. I've tried to eliminate past events by only grabbing those that have been posted in the last two days and I only want 720 or 1080p. Theoretically the feed should stop downloading the same event once it's downloaded successfully in 1080p but that's where my issue is. The dupescore isn't working so I'll continue to get the same event in 720 or 1080 by different posters. Any guidance or suggestions would be greatly appreciated. Thank you!


Require: age:<2
Reject: size:<1GB
Require: ( 720p | 1080p )
Reject: Now
Reject: Contender
Reject: Wrestling
Reject: WWE
Accept: MySportsEvent
Options(dupescore:3000) 720p
Options(dupescore:4000) 1080p

Re: RSS regex help

Posted: 31 Aug 2019, 23:40
by meatball
FYI I was able to get help on reddit