mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 13:16:02 +01:00
...
This commit is contained in:
parent
d53c27122a
commit
a124d4cc33
1 changed files with 3 additions and 1 deletions
|
|
@ -445,6 +445,7 @@ def set_metadata(self, stream, mi, type):
|
|||
from calibre.devices.iriver.driver import IRIVER_STORY
|
||||
from calibre.devices.binatone.driver import README
|
||||
from calibre.devices.hanvon.driver import N516, EB511
|
||||
from calibre.devices.edge.driver import EDGE
|
||||
from calibre.devices.teclast.driver import TECLAST_K3
|
||||
|
||||
from calibre.ebooks.metadata.fetch import GoogleBooks, ISBNDB, Amazon
|
||||
|
|
@ -522,7 +523,8 @@ def set_metadata(self, stream, mi, type):
|
|||
N516,
|
||||
EB511,
|
||||
ELONEX,
|
||||
TECLAST_K3
|
||||
TECLAST_K3,
|
||||
EDGE
|
||||
]
|
||||
plugins += [x for x in list(locals().values()) if isinstance(x, type) and \
|
||||
x.__name__.endswith('MetadataReader')]
|
||||
|
|
|
|||
Loading…
Reference in a new issue