add original_title

This commit is contained in:
j 2010-07-12 11:04:34 +02:00
parent 4af1dd055e
commit 3010321175

View file

@ -95,6 +95,11 @@ class Imdb(SiteParser):
're': '<a href="/Sections/Languages/.*?/">(.*?)</a>',
'type': 'list'
},
'original_title': {
'page': 'combined',
're': '<span class="title-extra">(.*?) <i>(original title)</i></span>',
'type': 'string'
},
'plot': {
'page': 'plotsummary',
're': '</div>.*?<p class="plotpar">(.*?)<i>',