remove more...
This commit is contained in:
parent
9e534ac1d5
commit
942cb819c7
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue