diff --git a/ox/web/imdb.py b/ox/web/imdb.py index 89b3c0d..8469e9c 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -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',