-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter for extension #10
Comments
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? |
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. |
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.
The text was updated successfully, but these errors were encountered: