diff --git a/ox/web/imdb.py b/ox/web/imdb.py index a60265b..308e10b 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -119,7 +119,11 @@ class Imdb(SiteParser): }, 'languages': { 'page': 'combined', - 're': '(.*?)', + 're': [ + '
Language:
.*?
', + #'(.*?)', #links changed to work with existing caches, just take all links + '(.*?)', + ], 'type': 'list' }, 'plot': {