mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 08:53:10 +02:00
koobe in builtins
This commit is contained in:
parent
3f05d5fabb
commit
0b98eb5b38
1 changed files with 2 additions and 1 deletions
|
|
@ -1467,7 +1467,7 @@ class StoreKoboStore(StoreBase):
|
|||
formats = ['EPUB']
|
||||
affiliate = True
|
||||
|
||||
class StoreBookotekaStore(StoreBase):
|
||||
class StoreKoobeStore(StoreBase):
|
||||
name = 'Koobe'
|
||||
author = u'Tomasz Długosz'
|
||||
description = u'Księgarnia internetowa oferuje ebooki (książki elektroniczne) w postaci plików epub, mobi i pdf.'
|
||||
|
|
@ -1695,6 +1695,7 @@ class XinXiiStore(StoreBase):
|
|||
StoreGoogleBooksStore,
|
||||
StoreGutenbergStore,
|
||||
StoreKoboStore,
|
||||
StoreKoobeStore,
|
||||
StoreLegimiStore,
|
||||
StoreLibreDEStore,
|
||||
StoreLitResStore,
|
||||
|
|
|
|||
Loading…
Reference in a new issue