fix imdb plotsummary parser
This commit is contained in:
parent
5179a4fcf9
commit
5a61dea925
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Imdb(SiteParser):
|
|||
},
|
||||
'summary': {
|
||||
'page': 'plotsummary',
|
||||
're': '</div>.*?<p class="plotpar">(.*?)<i>',
|
||||
're': '<p class="plotSummary">(.*?)<\/p>',
|
||||
'type': 'string'
|
||||
},
|
||||
'posterId': {
|
||||
|
|
Loading…
Reference in a new issue