mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
koobe in builtins
This commit is contained in:
parent
3f05d5fabb
commit
0b98eb5b38
@ -1467,7 +1467,7 @@ class StoreKoboStore(StoreBase):
|
|||||||
formats = ['EPUB']
|
formats = ['EPUB']
|
||||||
affiliate = True
|
affiliate = True
|
||||||
|
|
||||||
class StoreBookotekaStore(StoreBase):
|
class StoreKoobeStore(StoreBase):
|
||||||
name = 'Koobe'
|
name = 'Koobe'
|
||||||
author = u'Tomasz Długosz'
|
author = u'Tomasz Długosz'
|
||||||
description = u'Księgarnia internetowa oferuje ebooki (książki elektroniczne) w postaci plików epub, mobi i pdf.'
|
description = u'Księgarnia internetowa oferuje ebooki (książki elektroniczne) w postaci plików epub, mobi i pdf.'
|
||||||
@ -1695,6 +1695,7 @@ plugins += [
|
|||||||
StoreGoogleBooksStore,
|
StoreGoogleBooksStore,
|
||||||
StoreGutenbergStore,
|
StoreGutenbergStore,
|
||||||
StoreKoboStore,
|
StoreKoboStore,
|
||||||
|
StoreKoobeStore,
|
||||||
StoreLegimiStore,
|
StoreLegimiStore,
|
||||||
StoreLibreDEStore,
|
StoreLibreDEStore,
|
||||||
StoreLitResStore,
|
StoreLitResStore,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user