remove more...

This commit is contained in:
j 2010-04-08 12:01:31 +02:00
parent 9e534ac1d5
commit 942cb819c7
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ class IMDb:
def parse_raw_value(self, key, value):
if key in ('runtime', 'language', 'genre', 'country', 'tagline', 'plot_outline'):
value = stripTags(value).strip()
value = stripTags(value.split('<a class="tn15more')[0]).strip()
if key == 'runtime':
parsed_value = getMovieRuntimeSeconds(self.imdb)
elif key in ('country', 'language'):