£25,000 (estimated)<br/>
This commit is contained in:
parent
e31e8b7e29
commit
a9013626a0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class Imdb(SiteParser):
|
|||
'page': 'business',
|
||||
're': [
|
||||
'<h5>Budget</h5>(.*?)<br',
|
||||
lambda data: findRe(data.replace(',', ''), '\d+')
|
||||
lambda data: findRe(ox.decodeHtml(data).replace(',', ''), '\d+')
|
||||
],
|
||||
'type': 'int'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue