Remove TXT, TEX, MUSE from the formats claimed to be supported.
This commit is contained in:
parent
da7a7658e6
commit
a1c8385314
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ class TheAnarchistLibraryStore(StoreBase):
|
|||
author = 'Ruben Pollan; ibu radempa'
|
||||
version = (1, 2, 0)
|
||||
drm_free_only = True
|
||||
formats = ['EPUB', 'PDF', 'TXT', 'TEX', 'MUSE']
|
||||
formats = ['EPUB', 'PDF']
|
||||
actual_plugin = 'calibre_plugins.store_theanarchistlibrary.theanarchistlibrary_plugin:TheAnarchistLibraryStore'
|
||||
|
|
Loading…
Reference in a new issue