Imdb watchlist not working. fix #356

This commit is contained in:
Ruud
2012-05-27 22:28:11 +02:00
parent 52dd73dc88
commit ca7ae89c85
@@ -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