update imdb parser, fixes #942
This commit is contained in:
parent
327dd21d5c
commit
9f4020e238
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class Imdb(SiteParser):
|
||||||
'director': {
|
'director': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': [
|
're': [
|
||||||
lambda data: data.split('Series Crew')[0],
|
lambda data: data.split('<b>Series Crew</b>')[0],
|
||||||
'Directed by</a>(.*?)</table>',
|
'Directed by</a>(.*?)</table>',
|
||||||
'<a href="/name/.*?>(.*?)</a>'
|
'<a href="/name/.*?>(.*?)</a>'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue