this is no longer needed
This commit is contained in:
parent
87771c6645
commit
9dcbee25c7
1 changed files with 0 additions and 1 deletions
|
@ -324,7 +324,6 @@ class IMDb:
|
|||
|
||||
def parse_raw_value(self, key, value):
|
||||
if key in ('runtime', 'language', 'genre', 'country', 'tagline', 'plot_outline'):
|
||||
value = unicode(value, 'utf-8')
|
||||
value = stripTags(value).strip()
|
||||
if key == 'runtime':
|
||||
parsed_value = findRe(value, '(.*?) min')
|
||||
|
|
Loading…
Reference in a new issue