You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: