metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
MIT License
1.27k stars 51 forks source link

Empty results from running querying for manga on Manganato #197

Open MonkeyDrone opened 5 months ago

MonkeyDrone commented 5 months ago

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

andrelom commented 5 months ago

This seems to be related to https://github.com/metafates/mangal/issues/149

MonkeyDrone commented 5 months ago

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.