Hi
I have a regexp that accepts -
regexp:
accept:
- '2019'
- '2020'
- '2021'
Then I have a imdb rule that accepts a score of 4 or above:
imdb:
min_score: 4.0
But flexget will accept any movie that has imdb score over 4…even if it’s a 2001 entry.
How can I make it adhere to both rules…
so must be 2019 or 2020 AND have a min_score of 4 or above…?
1 post - 1 participant