diff --git a/ox/web/imdb.py b/ox/web/imdb.py index 10d7c38..382b7a4 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -72,8 +72,8 @@ class Imdb(SiteParser): 'type': 'list' }, 'connections': { - 'page': 'movieconnections', - 're': '
(.*?)
(.*?)\n\n', + 'page': 'trivia?tab=mc', + 're': '

(.*?)

(.*?)(<\/div>\n (.*?)').findall(data) def get_conn(c): title = c[1]