mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:03:44 +02:00
LT covers plugin: has_cover now always returns False as LT is unreliable
This commit is contained in:
parent
46a35f5d89
commit
8f6255f87a
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ def get_cover_url(self, isbn, br, timeout=5.):
|
|||
return url
|
||||
|
||||
def has_cover(self, mi, ans, timeout=5.):
|
||||
return False
|
||||
if not mi.isbn or not self.site_customization:
|
||||
return False
|
||||
from calibre.ebooks.metadata.library_thing import get_browser, login
|
||||
|
|
|
|||
Loading…
Reference in a new issue