-
Notifications
You must be signed in to change notification settings - Fork 16
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
MangaSee search returns too many results - Fuzzysearch #132
Comments
Read up on this. The Mangasee search itself is iffy, so I implemented my own, which sadly right now returns a lot of fake results. This is turn makes the search take ages, because tranga downloads all covers. Will repurpose this issue to improve the search for Mangasee. |
Sorry but this is plain wrong, mangasee is one of the easier sources to scrape... Litterally just use https://mangasee123.com/search/?sort=s&desc=false&name= and then follow by the name entered in the text field replacing space with %20 |
I just noticed youre using C#, i will clone the repo and have a look myself if i can fix it. |
I am not stupid. Why would I go through the effort of writing my own stupid filter if I could use the site, like with every other connector. |
Thats not a problem for you to fix tho, thats a general issue with MangaSee. |
Not saying youre stupid, but why write your own if you can just use the default way of doing it which runs 10000 times faster ? |
Like i see 0 benefit if your search returns 166 Results for OP and takes 5 minutes while using the default search would take 5 seconds and give back 3 Results |
Because the default way of doing it doesn't work!
is not correct. |
It does work and thats how i and others have been using it in FMD2 for years. |
Its better to move around the Scrapers Search hurdles, especially if your own implementation is actually working even less. |
Again im not trying to be mean here, but thats how it is at the moment. |
If youre not willing to fix this for some reason, then im just going to do it myself and make a fork with it fixed |
Yes it works. But not correctly. My search works, in that it returns ALL feasible (meaning all matches) for a string. Returning nothing because you are missing an apostrophe is in my book "not working". Yes it returns too many results, and the best way around that would be a fuzzy search, to which I just not have gotten. |
Sorry but isnt it also lowkey out of scope to fix MangaSees broken search, that should be the job of the admins of mangasee. |
Again just tell me and i will create a fork called TrangaSee for the time beeing, till you fixed the search. |
Because people have been complaining that certain Manga just don't come up in results. You are free to create your own fork, there is a commit somewhere that had the original search, you can just revert that and it should do the job. |
Dont quite get how ? just paste the url in the searchbar ? |
or only with the api directly ? |
Also if i came over negative or mean, thats not what i wanted. |
Thank you so much, then i will use this :D |
Oops you wanted to keep this open to track this. |
Yup, thanks 👍🏼 |
Nope, doesn't change a thing. |
This should be fixed now. |
What is broken?
It just doesnt find anything in time, like im just staring at that screen for 3-5 minutes.
FYI: MangaSee offers higher quality scans and also allows very high download speeds without throttling, thats why im using it.
FMD2 and Kaizuko both find search results for MangaSee in 1-2 seconds for One Piece that Tranga struggled with for minutes....
Idk why, but youre also getting wayyyy too many results for MangaSee searches...
Like One Piece returns 166 results while Kaizuko and FMD2 both only give about 4-5 results.
Log-output
Additional stuff
No response
The text was updated successfully, but these errors were encountered: