this is no longer needed

This commit is contained in:
j 2008-05-23 12:50:26 +02:00
parent 87771c6645
commit 9dcbee25c7
1 changed files with 0 additions and 1 deletions

View File

@ -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')