fix rating

This commit is contained in:
j 2011-01-06 16:19:58 +05:30
parent e5dd8a3343
commit 623205bc19

View file

@ -152,7 +152,7 @@ class Imdb(SiteParser):
}, },
'rating': { 'rating': {
'page': 'combined', 'page': 'combined',
're': '<div class="starbar-meta">.*?<b>([\d,.]?)/10</b>', 're': '<div class="starbar-meta">.*?<b>([\d,.]+?)/10</b>',
'type': 'float' 'type': 'float'
}, },
'release date': { 'release date': {