get title/original title from releaseinfo

This commit is contained in:
j 2017-08-02 17:36:57 +02:00
parent 35534254c3
commit 4677188407

View file

@ -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': {