mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 12:23:21 +02:00
Remove the google images plugin for now, will probably release it next week, after more testing
This commit is contained in:
parent
800f0c19ff
commit
17743799bc
1 changed files with 2 additions and 2 deletions
|
|
@ -757,9 +757,9 @@ def set_metadata(self, stream, mi, type):
|
|||
from calibre.ebooks.metadata.sources.overdrive import OverDrive
|
||||
from calibre.ebooks.metadata.sources.douban import Douban
|
||||
from calibre.ebooks.metadata.sources.ozon import Ozon
|
||||
from calibre.ebooks.metadata.sources.google_images import GoogleImages
|
||||
# from calibre.ebooks.metadata.sources.google_images import GoogleImages
|
||||
|
||||
plugins += [GoogleBooks, Amazon, Edelweiss, GoogleImages, OpenLibrary, ISBNDB, OverDrive, Douban, Ozon]
|
||||
plugins += [GoogleBooks, Amazon, Edelweiss, OpenLibrary, ISBNDB, OverDrive, Douban, Ozon]
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue