fix sound
This commit is contained in:
parent
47b22f1c82
commit
607603a12e
1 changed files with 1 additions and 2 deletions
|
@ -201,8 +201,7 @@ class Imdb(SiteParser):
|
||||||
#},
|
#},
|
||||||
'runtime': zebra_list('Runtime'),
|
'runtime': zebra_list('Runtime'),
|
||||||
'color': zebra_list('Color', more=['<a.*?>([^(<]+)', strip_tags]),
|
'color': zebra_list('Color', more=['<a.*?>([^(<]+)', strip_tags]),
|
||||||
'sound': zebra_list('Sound Mix', more=['<a.*?>(.*?)</a>']),
|
'sound': zebra_list('Sound Mix', more=['<a.*?>([^(<]+)', strip_tags]),
|
||||||
|
|
||||||
'season': {
|
'season': {
|
||||||
'page': 'reference',
|
'page': 'reference',
|
||||||
're': [
|
're': [
|
||||||
|
|
Loading…
Reference in a new issue