From ca7ae89c855a55bc2db7b7ea0cea9bf20dd3f5d9 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 27 May 2012 22:28:11 +0200 Subject: [PATCH] Imdb watchlist not working. fix #356 --- couchpotato/core/providers/automation/imdb/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/automation/imdb/main.py b/couchpotato/core/providers/automation/imdb/main.py index 1f9c62c5..7a09053c 100644 --- a/couchpotato/core/providers/automation/imdb/main.py +++ b/couchpotato/core/providers/automation/imdb/main.py @@ -30,7 +30,7 @@ class IMDB(Automation): index += 1 if not enablers[index]: continue - elif 'author_id=' in csv_url: + elif 'author_id=' not in csv_url: log.error('This isn\'t the correct url.: %s' % csv_url) continue