add reviews
This commit is contained in:
parent
55ab3593a1
commit
50ada035cc
1 changed files with 8 additions and 0 deletions
|
@ -107,6 +107,14 @@ class Imdb(SiteParser):
|
||||||
're': '<a href="/date/(\d{2})-(\d{2})/">.*?</a> <a href="/year/(\d{4})/">',
|
're': '<a href="/date/(\d{2})-(\d{2})/">.*?</a> <a href="/year/(\d{4})/">',
|
||||||
'type': 'date'
|
'type': 'date'
|
||||||
},
|
},
|
||||||
|
'reviews': {
|
||||||
|
'page': 'externalreviews',
|
||||||
|
're': [
|
||||||
|
'<ol>(.*?)</ol>',
|
||||||
|
'<li><a href="(http.*?)".*?>(.*?)</a></li>'
|
||||||
|
],
|
||||||
|
'type': 'list'
|
||||||
|
},
|
||||||
'runtime': {
|
'runtime': {
|
||||||
'page': 'combined',
|
'page': 'combined',
|
||||||
're': '<h5>Runtime:</h5><div class="info-content">.*?([0-9]+ sec|[0-9]+ min).*?</div>',
|
're': '<h5>Runtime:</h5><div class="info-content">.*?([0-9]+ sec|[0-9]+ min).*?</div>',
|
||||||
|
|
Loading…
Reference in a new issue