fix color

This commit is contained in:
j 2018-04-02 20:07:29 +05:30
parent 14b6ad1a63
commit 47b22f1c82

View file

@ -200,7 +200,7 @@ class Imdb(SiteParser):
# 'type': 'list'
#},
'runtime': zebra_list('Runtime'),
'color': zebra_list('Color', more=['<a.*?>(.*?)</a>']),
'color': zebra_list('Color', more=['<a.*?>([^(<]+)', strip_tags]),
'sound': zebra_list('Sound Mix', more=['<a.*?>(.*?)</a>']),
'season': {