Hi all
I want my seedbox to download automatically BDRip and BRRip releases, and especially the 2012 and 2013 ones. so I put this in the filter in the RSS manager:
The problem is it is downloading all releases including old ones.
Can you please help me to write a filter for downloading the following 4 types only:
1- contain BDRip and must contain 2012
2- contain BRRip and must contain 2012
3- contain BDRip and must contain 2013
4- contain BRRip and must contain 2013
so I can avoid downloading older releases which I don't want.
Thanks in advance.
Regards.
I want my seedbox to download automatically BDRip and BRRip releases, and especially the 2012 and 2013 ones. so I put this in the filter in the RSS manager:
Code:
/(BDRip|BRRip).*/i
Can you please help me to write a filter for downloading the following 4 types only:
1- contain BDRip and must contain 2012
2- contain BRRip and must contain 2012
3- contain BDRip and must contain 2013
4- contain BRRip and must contain 2013
so I can avoid downloading older releases which I don't want.
Thanks in advance.
Regards.
Comment