C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
157 stars 15 forks source link

[It broke]: "A Returner's Magic Should be Special" does not show search results in MangaSee but adding from URL works #75

Closed db-2001 closed 1 year ago

db-2001 commented 1 year ago

What is broken?

I searched for "A Returner's magic should be special" from MangaSee and it didn't return any search results. Putting in the link directly from mangasee123 works as expected.

Link for testing: https://mangasee123.com/manga/A-Returners-Magic-Should-Be-Special

Log-output

[10/30/2023 03:22:08.22 ]      Mangasee | No results.

[10/30/2023 03:22:08.22 ]      Mangasee | Retrieved 0 publications. Term="A Returners Magic Should be Special

Additional stuff

No response

db-2001 commented 1 year ago

Ok, this seems to be an issue when you search things with spaces on MangaSee, searching just "Returners" brings up the right results. Behavior also noted with Komi Can't Communicate where searching "Komi" would bring up the search results but "Komi Can't Communicate" would bring up none.

C9Glax commented 1 year ago

I am using the websites search function, and this has already had it's fair share of issues... Like a need to use dashes or similar shenanigans... I guess I need to revert that change, that made me switch from my own search function (that returned way too many results)...

C9Glax commented 1 year ago

Okay I reimplmented my own searchfunction, because as I said, the website is botched. However right now it returns way too many results, and the naive recursive Levenshtein Distance implementation I tried just takes up way too many resources. (and time)

C9Glax commented 1 year ago

grafik Webcrawling sucks if the website you crawl sucks