mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
add biblio.bg store
This commit is contained in:
parent
2b48f39359
commit
e9a9ccba9f
@ -1254,6 +1254,15 @@ class StoreBeWriteStore(StoreBase):
|
|||||||
headquarters = 'US'
|
headquarters = 'US'
|
||||||
formats = ['EPUB', 'MOBI', 'PDF']
|
formats = ['EPUB', 'MOBI', 'PDF']
|
||||||
|
|
||||||
|
class StoreBiblioStore(StoreBase):
|
||||||
|
name = 'Biblio'
|
||||||
|
author = 'Alex Stanev'
|
||||||
|
description = u'Електронна книжарница за книги и списания във формати ePUB и PDF. Част от заглавията са с активна DRM защита.'
|
||||||
|
actual_plugin = 'calibre.gui2.store.stores.biblio_plugin:BiblioStore'
|
||||||
|
|
||||||
|
headquarters = 'BG'
|
||||||
|
formats = ['EPUB, PDF']
|
||||||
|
|
||||||
class StoreBookotekaStore(StoreBase):
|
class StoreBookotekaStore(StoreBase):
|
||||||
name = 'Bookoteka'
|
name = 'Bookoteka'
|
||||||
author = u'Tomasz Długosz'
|
author = u'Tomasz Długosz'
|
||||||
@ -1605,6 +1614,7 @@ plugins += [
|
|||||||
StoreBNStore,
|
StoreBNStore,
|
||||||
StoreBeamEBooksDEStore,
|
StoreBeamEBooksDEStore,
|
||||||
StoreBeWriteStore,
|
StoreBeWriteStore,
|
||||||
|
StoreBiblioStore,
|
||||||
StoreBookotekaStore,
|
StoreBookotekaStore,
|
||||||
StoreChitankaStore,
|
StoreChitankaStore,
|
||||||
StoreDieselEbooksStore,
|
StoreDieselEbooksStore,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user