mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Merge branch 'douban_large_image' of https://github.com/jnozsc/calibre
This commit is contained in:
commit
c2f2eed564
@ -48,8 +48,8 @@ def get_details(browser, url, timeout): # {{{
|
||||
class Douban(Source):
|
||||
|
||||
name = 'Douban Books'
|
||||
author = 'Li Fanxi, xcffl'
|
||||
version = (3, 0, 0)
|
||||
author = 'Li Fanxi, xcffl, jnozsc'
|
||||
version = (3, 1, 0)
|
||||
minimum_calibre_version = (2, 80, 0)
|
||||
|
||||
description = _(
|
||||
@ -90,7 +90,7 @@ class Douban(Source):
|
||||
authors = entry_.get('author')
|
||||
book_tags = entry_.get('tags')
|
||||
rating = entry_.get('rating')
|
||||
cover_url = entry_.get('image')
|
||||
cover_url = entry_.get('images', {}).get('large')
|
||||
series = entry_.get('series')
|
||||
|
||||
if not authors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user