parse production companies

This commit is contained in:
j 2013-02-18 19:20:30 +05:30
parent 6e3390d65a
commit 1b13c7cb00

View file

@ -183,6 +183,14 @@ class Imdb(SiteParser):
],
'type': 'list'
},
'productioncompany': {
'page': 'combined',
're': [
'Production Companies</b><ul>(.*?)</ul>',
'<a href="/company/.*?/">(.*?)</a>'
],
'type': 'list'
},
'rating': {
'page': 'combined',
're': '<div class="starbar-meta">.*?<b>([\d,.]+?)/10</b>',