producers need series crew cropping too
This commit is contained in:
parent
f3147437b6
commit
9c432f2ab0
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ class Imdb(SiteParser):
|
||||||
'producers': {
|
'producers': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': [
|
're': [
|
||||||
|
lambda data: data.split('Series Crew')[0],
|
||||||
'Produced by</a>(.*?)</table>',
|
'Produced by</a>(.*?)</table>',
|
||||||
'<a href="/name/.*?/">(.*?)</a>'
|
'<a href="/name/.*?/">(.*?)</a>'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue