aspect ratio

This commit is contained in:
j 2011-08-18 09:30:30 +02:00
parent a691759a12
commit 20346b248a

View file

@ -41,6 +41,11 @@ class Imdb(SiteParser):
'type': 'list'
},
'aspectratio': {
'page': 'combined',
're': 'Aspect Ratio:</h5><div class="info-content">([\d\.]+)',
'type': 'float',
},
'budget': {
'page': 'business',
're': [