Don't blame sex and the city for being a stupid movie. fixes #280

This commit is contained in:
Ruud
2012-05-17 11:03:29 +02:00
parent edbeb02efb
commit 10a80e61f7
+1 -1
View File
@@ -230,7 +230,7 @@ class Searcher(Plugin):
pron_tags = ['xxx', 'sex', 'anal', 'tits', 'fuck', 'porn', 'orgy', 'milf', 'boobs']
for p_tag in pron_tags:
if p_tag in movie_name:
if p_tag in nzb_words and p_tag not in movie_name:
log.info('Wrong: %s, probably pr0n' % (nzb['name']))
return False