From 08e96b8691166f25bc383dcd0f8f09a81b2c42f6 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 4 Aug 2012 22:58:50 +0200 Subject: [PATCH] Make it 4 weeks before release --- couchpotato/core/plugins/searcher/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index 03eb6cfb..dfefdab2 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -429,8 +429,8 @@ class Searcher(Plugin): if dates.get('dvd') > 0: - # 3 weeks before dvd release - if dates.get('dvd') - 1814400 < now: + # 4 weeks before dvd release + if dates.get('dvd') - 2419200 < now: return True # Dvd should be released