producers need series crew cropping too

This commit is contained in:
j 2010-07-10 20:20:48 +02:00
parent f3147437b6
commit 9c432f2ab0

View file

@ -108,6 +108,7 @@ class Imdb(SiteParser):
'producers': {
'page': 'combined',
're': [
lambda data: data.split('Series Crew')[0],
'Produced by</a>(.*?)</table>',
'<a href="/name/.*?/">(.*?)</a>'
],