mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 00:23:06 +02:00
Merge branch 'patch-1' of https://github.com/deckvig/calibre
This commit is contained in:
commit
f4bf609c25
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ def __init__(self, url, result_queue, browser, log, relevance, domain,
|
|||
r'([0-9.,]+) ?(out of|von|van|su|étoiles sur|つ星のうち|de un máximo de|de|av) '
|
||||
r'([\d\.]+)( (stars|Sternen|stelle|estrellas|estrelas|sterren|stjärnor)){0,1}'
|
||||
)
|
||||
self.ratings_pat_cn = re.compile('平均([0-9.]+)')
|
||||
self.ratings_pat_cn = re.compile('([0-9.]+) 颗星,最多 5 颗星')
|
||||
self.ratings_pat_jp = re.compile(r'\d+つ星のうち([\d\.]+)')
|
||||
|
||||
lm = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue