parse production companies
This commit is contained in:
parent
6e3390d65a
commit
1b13c7cb00
1 changed files with 8 additions and 0 deletions
|
@ -183,6 +183,14 @@ class Imdb(SiteParser):
|
||||||
],
|
],
|
||||||
'type': 'list'
|
'type': 'list'
|
||||||
},
|
},
|
||||||
|
'productioncompany': {
|
||||||
|
'page': 'combined',
|
||||||
|
're': [
|
||||||
|
'Production Companies</b><ul>(.*?)</ul>',
|
||||||
|
'<a href="/company/.*?/">(.*?)</a>'
|
||||||
|
],
|
||||||
|
'type': 'list'
|
||||||
|
},
|
||||||
'rating': {
|
'rating': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': '<div class="starbar-meta">.*?<b>([\d,.]+?)/10</b>',
|
're': '<div class="starbar-meta">.*?<b>([\d,.]+?)/10</b>',
|
||||||
|
|
Loading…
Reference in a new issue