fix imdb plotsummary parser

This commit is contained in:
j 2014-01-16 13:49:30 +05:30
parent 5179a4fcf9
commit 5a61dea925

View file

@ -172,7 +172,7 @@ class Imdb(SiteParser):
}, },
'summary': { 'summary': {
'page': 'plotsummary', 'page': 'plotsummary',
're': '</div>.*?<p class="plotpar">(.*?)<i>', 're': '<p class="plotSummary">(.*?)<\/p>',
'type': 'string' 'type': 'string'
}, },
'posterId': { 'posterId': {