Calibre plugin enabling search and download from theanarchistlibrary.org.
Go to file
ibu ☉ radempa e4daeb15d2 Improve search.
* do not only return the 10 items from the first page, but loop over at most
  `max_pages` pages
* use https://usa.anarchistlibraries.net/ as fallback when the main site is
  not available
* drop formats TXT, TEX, MUSE from search results as they cannot be displayed
  in calibre
* on python3 use quote_plus instead of quote
* obtain the version number in the user agent string from module
  TheAnarchistLibraryStore
2020-12-31 16:26:36 +00:00
releases Release version 1.1.0. 2020-12-26 11:40:35 +00:00
theanarchistlibrary_store Improve search. 2020-12-31 16:26:36 +00:00
CHANGELOG.md Release version 1.1.0. 2020-12-26 11:40:35 +00:00
DEVEL.md Add README.md and DEVEL.md . 2020-12-26 11:41:13 +00:00
LICENSE.md Add LICENSE.md with GPLv3 (complying with the intention of the original author). 2020-12-26 11:52:41 +00:00
README.md Add README.md and DEVEL.md . 2020-12-26 11:41:13 +00:00

README.md

calibre plugin for accessing theanarchistlibrary.org

Introduction

calibre is an ebook management software. It can be extended through plugins.

The plugin theanarchistlibrary_store adds theanarchistlibrary.org as ebook "Store". It allows to search and download items from theanarchistlibrary.org from within calibre.

Usage

See there.

Compatibility

This plugin has been tested with calibre 3.39.1 and calibre 5.7.2 on linux on arm64. It is expected to work with other versions and on other operating systems and platforms.