mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Merge branch 'patch-1' of https://github.com/deckvig/calibre
This commit is contained in:
commit
f4bf609c25
@ -316,7 +316,7 @@ class Worker(Thread): # Get details {{{
|
||||
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…
x
Reference in New Issue
Block a user