make sound unique

This commit is contained in:
j 2013-07-23 14:54:32 +02:00
parent f3d26879fd
commit ba6ee2e62e

View file

@ -333,6 +333,9 @@ class Imdb(SiteParser):
if 'country' in self:
self['country'] = [normalize_country_name(c) or c for c in self['country']]
if 'sound' in self:
self['sound'] = list(set(self['sound']))
types = {}
stop_words = [
'alternative spelling',