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