Conversation
|
For what it's worth, currently (for me) Z-Library downloading doesn't work and libgen.li downloading is the only option that works. |
|
Thanks for this. Did you notice you inadvertently switched all the line endings? |
|
I didn’t, I authored this commit on the Pi I was using to run Calibre 😅 Also I haven’t maintained this patch for a while now, I think Z-Lib doesn’t work anymore. |
|
Libgen.rs / Libgen.se links do not work for me, we could fix this to test the links for connectivity and if they don't work, add them to an ignore list. Libgen.li is the only one that works for me, so not a good idea to just skip over it as this would break downloads completely for some people. We could also easily extrapolate it out to a setting in the plugin, where we can select the anna's archive external sources that work fine for us, and deselect the ones that don't, then change the if/else logic here to just use the ones selected in the settings. |
Fixes
Fixes issue #9.
Description
WebStoreDialogreturns an error. Not tested on other platforms. Add a try except clause to catch this error and open it in an external browser instead.