mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Updated DOUBAN_API_KEY
The original apikey (0df993c66c0c636e29ecbb5344252a4a) has been banned for a while. Detailed discussion can be found here (https://www.v2ex.com/t/699393). The new one (054022eaeae0b00e0fc068c0c0a2102a) is valid in my curl tests. Please check the validity of a new build though. Thanks for your efforts. 😀
This commit is contained in:
parent
791f5c2325
commit
0f32b98fd2
@ -65,7 +65,7 @@ class Douban(Source):
|
||||
supports_gzip_transfer_encoding = True
|
||||
cached_cover_url_is_reliable = True
|
||||
|
||||
DOUBAN_API_KEY = '0df993c66c0c636e29ecbb5344252a4a'
|
||||
DOUBAN_API_KEY = '054022eaeae0b00e0fc068c0c0a2102a'
|
||||
DOUBAN_API_URL = 'https://api.douban.com/v2/book/search'
|
||||
DOUBAN_BOOK_URL = 'https://book.douban.com/subject/%s/'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user