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'
|
'type': 'list'
|
||||||
},
|
},
|
||||||
'originalTitle': {
|
'originalTitle': {
|
||||||
'page': 'combined',
|
'page': 'releaseinfo',
|
||||||
're': '<span class="title-extra">(.*?) <i>\(original title\)</i>',
|
're': '<td>\(original title\)</td>\s*<td>(.*?)</td>',
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
},
|
},
|
||||||
'summary': {
|
'summary': {
|
||||||
|
@ -282,8 +282,8 @@ class Imdb(SiteParser):
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
},
|
},
|
||||||
'title': {
|
'title': {
|
||||||
'page': 'combined',
|
'page': 'releaseinfo',
|
||||||
're': '<h1>(.*?) <span>',
|
're': 'h3 itemprop="name">.*?>(.*?)</a>',
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
},
|
},
|
||||||
'trivia': {
|
'trivia': {
|
||||||
|
|
Loading…
Reference in a new issue