Skip to content
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

Empty results from running querying for manga on Manganato #197

Open
MonkeyDrone opened this issue Jan 8, 2024 · 2 comments
Open

Empty results from running querying for manga on Manganato #197

MonkeyDrone opened this issue Jan 8, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MonkeyDrone
Copy link

Describe the bug

Mangal is returning empty results recently querying Manganato. The json returns empty, the normal mangal command also fails to find any anime on Manganato source. It used to work perfectly before.
Nothing has changed here. The downloader run on a dedicated box.

Reproduction steps

mangal inline -S "Manganato" --query "Dungeon Reset" --json

It will return empty. Although it exists.

Expected behavior

I expect to get a proper json response from Manganato which it no longer is getting.

Additional context

No response

Operating System

Linux

@MonkeyDrone MonkeyDrone added the bug Something isn't working label Jan 8, 2024
@andrelom
Copy link

This seems to be related to #149

@MonkeyDrone
Copy link
Author

Looking at #149 , I decided to go through the providers/manganato/manganato.go and edited the line with the template link
I changed the template line to this, template := "https://manganato.com/search/story/%s"
and recompiled the binary, it now works properly for manganato.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants