manuelvargastapia / libgen_mobile_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter for extension

fabianski7 opened this issue · comments

PDF files are very common in libgen, but they are not good for reading in digital readers like the Kindle.

Displaying only files of a certain extension (or not including them), such as epub or mobi, is ideal for those looking for a book to read on this device.

Yep. That's a nice feature to have. However, it may take some work to implement filtering overall.

If you check the library I'm using as a base for my API, you'll see that there is no filtering option. You can search in several fields (title, author, even extension IIRC) and sort the results. However, there is no filtering option. Because of this, I haven't implemented filtering yet, but of course, I would like to. I'll keep this issue open for further discussion and possible solutions.

I'll try to find a workaround when I find some time. Feel free to open a PR here or in the API repo.

In the upcoming version 1.1.0, the Fiction section supports searching by file extension (just like the web version).

great news!

Any info why is it not supported in Sci-Tech section?

Any info why is it not supported in Sci-Tech section?

As I tried to explain previously, the non-official API I used as the backend for the app doesn't currently allow for that kind of filtering. Indeed, even the official web page only supports it in the Fiction section.