-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
[Feature Request] Search mangadex using search terms #42
Comments
I agree it would be nice feature to have, but as far as I know MangaDex does not have open APIs for searching, so the only way to have the functionality is to parse the HTML directly. This can be problematic and will probably break things when they update their UI :/ @jaredlt What do you think? |
I found a MangaDex JS API that does this by matching manga URLs in the HTML using regex. See https://github.com/md-y/mangadex-full-api/blob/01d7284849bec5f9bd5f683da1dd2445e97babeb/src/structure/manga.js#L234-L241 This approach should be more robust. I think it's worth trying out. |
Agree that the API would be best. I just asked in their Discord to check and search still isn't available unfortunately. So looks like scraping is the only option. Some random thoughts and comments:
|
It would probably not be very hard to have the single search bar. If it's a valid mangadex id and does not return any results specifically for that id, search using search terms. |
I agree that this would be an extremely good addition to mango. |
Hi there! The feature has been added in v0.21.0. Thanks for the feature request! |
Is your feature request related to a problem? Please describe.
It is cumbersome to find the url on mangadex if i know exactly the name of the manga i wanna read
Describe the solution you'd like
I would like to search mangadex for a manga straight in Mango. If I know exactly what I want, I would like to enter a search term and get a list of candidates.
Additional context
It doesn't have to be very complicated, but a simple search engine would be nice.
The text was updated successfully, but these errors were encountered: