take first title only, fixes #1088

This commit is contained in:
j 2012-10-10 13:08:37 +02:00
parent eaa8b9995f
commit 13a55763d3

View file

@ -305,9 +305,8 @@ class Imdb(SiteParser):
if key in type:
stop_word = True
break
if not stop_word:
if not stop_word and not type in types:
types[type] = t[0]
for regexp in (
"^.+ \(imdb display title\) \(English title\)$",
"^International \(English title\)$",