fix color
This commit is contained in:
parent
14b6ad1a63
commit
47b22f1c82
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue