diff --git a/ox/web/imdb.py b/ox/web/imdb.py index cf93bef..c766ecf 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -177,8 +177,8 @@ class Imdb(SiteParser): 'type': 'list' }, 'originalTitle': { - 'page': 'combined', - 're': '(.*?) \(original title\)', + 'page': 'releaseinfo', + 're': '\(original title\)\s*(.*?)', 'type': 'string' }, 'summary': { @@ -282,8 +282,8 @@ class Imdb(SiteParser): 'type': 'string' }, 'title': { - 'page': 'combined', - 're': '

(.*?) ', + 'page': 'releaseinfo', + 're': 'h3 itemprop="name">.*?>(.*?)', 'type': 'string' }, 'trivia': {