aspect ratio
This commit is contained in:
parent
a691759a12
commit
20346b248a
1 changed files with 5 additions and 0 deletions
|
@ -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': [
|
||||
|
|
Loading…
Reference in a new issue