&#163;25,000 (estimated)<br/>

This commit is contained in:
j 2011-08-09 12:06:47 +02:00
parent e31e8b7e29
commit a9013626a0

View file

@ -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'
},