fix rating
This commit is contained in:
parent
e5dd8a3343
commit
623205bc19
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Imdb(SiteParser):
|
|||
},
|
||||
'rating': {
|
||||
'page': 'combined',
|
||||
're': '<div class="starbar-meta">.*?<b>([\d,.]?)/10</b>',
|
||||
're': '<div class="starbar-meta">.*?<b>([\d,.]+?)/10</b>',
|
||||
'type': 'float'
|
||||
},
|
||||
'release date': {
|
||||
|
|
Loading…
Reference in a new issue