CalibreLibgenStore
CalibreLibgenStore copied to clipboard
A Libgen Fiction store plugin for Calibre
It looks like libgen.rs and .is may have changed the format of the data they're outputting slightly, as no results are being found. I've fiddleed with the parsing of the...
The plugin isn't currently working for me, and [the mirrors in your code](https://github.com/fallaciousreasoning/CalibreLibgenStore/blob/fa58d9ef7198ab30c5cffe594b2fea8bf1e16d57/libgen_client.py#L106-L111) are not the same as [those in `pylibgen`'s](https://github.com/mudew/pylibgen/blob/1ff653748317760d87e40ab0107ca576d92afe31/pylibgen/constants.py#L2-L4). Could you consider adding a minimal configuration UI for...
Hi, I'm glad you worked on this plugin. Could you please create one for Sci-Tech part of libgen ? Thanks
Just installed your plugin, the search works but the download often goes in timeout ``` calibre, version 5.34.0 (linux, embedded-python: False) Failed to download e-book: Failed: Downloading Il lupo della...
Can see the store in Calibre but search doesn't return any titles.
I'm looking for a way to filter results by language and/or format. I've tried the following: ` def search(self, query): url = self.base_url query_params = { 'q': query, 'criteria': '',...
ModuleNotFoundError: No module named 'urllib2'