get title/original title from releaseinfo
This commit is contained in:
parent
35534254c3
commit
4677188407
1 changed files with 4 additions and 4 deletions
|
@ -177,8 +177,8 @@ class Imdb(SiteParser):
|
|||
'type': 'list'
|
||||
},
|
||||
'originalTitle': {
|
||||
'page': 'combined',
|
||||
're': '<span class="title-extra">(.*?) <i>\(original title\)</i>',
|
||||
'page': 'releaseinfo',
|
||||
're': '<td>\(original title\)</td>\s*<td>(.*?)</td>',
|
||||
'type': 'string'
|
||||
},
|
||||
'summary': {
|
||||
|
@ -282,8 +282,8 @@ class Imdb(SiteParser):
|
|||
'type': 'string'
|
||||
},
|
||||
'title': {
|
||||
'page': 'combined',
|
||||
're': '<h1>(.*?) <span>',
|
||||
'page': 'releaseinfo',
|
||||
're': 'h3 itemprop="name">.*?>(.*?)</a>',
|
||||
'type': 'string'
|
||||
},
|
||||
'trivia': {
|
||||
|
|
Loading…
Reference in a new issue