metafates / mangal

đź“– The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty results from running querying for manga on Manganato

MonkeyDrone opened this issue · comments

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

This seems to be related to #149

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.