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': {
|
'summary': {
|
||||||
'page': 'plotsummary',
|
'page': 'plotsummary',
|
||||||
're': '</div>.*?<p class="plotpar">(.*?)<i>',
|
're': '<p class="plotSummary">(.*?)<\/p>',
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
},
|
},
|
||||||
'posterId': {
|
'posterId': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue