mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
LT covers plugin: has_cover now always returns False as LT is unreliable
This commit is contained in:
parent
46a35f5d89
commit
8f6255f87a
@ -145,6 +145,7 @@ class LibraryThingCovers(CoverDownload): # {{{
|
||||
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…
x
Reference in New Issue
Block a user