add original_title
This commit is contained in:
parent
4af1dd055e
commit
3010321175
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ class Imdb(SiteParser):
|
||||||
're': '<a href="/Sections/Languages/.*?/">(.*?)</a>',
|
're': '<a href="/Sections/Languages/.*?/">(.*?)</a>',
|
||||||
'type': 'list'
|
'type': 'list'
|
||||||
},
|
},
|
||||||
|
'original_title': {
|
||||||
|
'page': 'combined',
|
||||||
|
're': '<span class="title-extra">(.*?) <i>(original title)</i></span>',
|
||||||
|
'type': 'string'
|
||||||
|
},
|
||||||
'plot': {
|
'plot': {
|
||||||
'page': 'plotsummary',
|
'page': 'plotsummary',
|
||||||
're': '</div>.*?<p class="plotpar">(.*?)<i>',
|
're': '</div>.*?<p class="plotpar">(.*?)<i>',
|
||||||
|
|
Loading…
Reference in a new issue