language too

This commit is contained in:
j 2010-12-23 11:35:06 +05:30
parent 07a3794225
commit 0d8cc6f94f

View file

@ -119,7 +119,11 @@ class Imdb(SiteParser):
}, },
'languages': { 'languages': {
'page': 'combined', 'page': 'combined',
're': '<a href="/Sections/Languages/.*?/">(.*?)</a>', 're': [
'<div class="info"><h5>Language:</h5>.*?<div class="info">',
#'<a href="/language/.*?">(.*?)</a>', #links changed to work with existing caches, just take all links
'<a.*?>(.*?)</a>',
],
'type': 'list' 'type': 'list'
}, },
'plot': { 'plot': {