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': {
'page': 'plotsummary',
're': '</div>.*?<p class="plotpar">(.*?)<i>',
're': '<p class="plotSummary">(.*?)<\/p>',
'type': 'string'
},
'posterId': {