Hi there, unfortunately the API is no longer working. This is probably due to an update on the Monkeyuser website. I have seen that the link to the Feed.xml no longer works.
const MONKEYUSER_FEED_URL = "https://www.monkeyuser.com/feed.xml"; ( from: utils/getComics.ts)
Instead of this feed URL, could you perhaps use this one?
https://www.monkeyuser.com/index.xml
Unfortunately, I don't know what information needs to be in the XML, but this URL can at least be resolved up-to-date.
Hi there, unfortunately the API is no longer working. This is probably due to an update on the Monkeyuser website. I have seen that the link to the Feed.xml no longer works.
const MONKEYUSER_FEED_URL = "https://www.monkeyuser.com/feed.xml";( from: utils/getComics.ts)Instead of this feed URL, could you perhaps use this one?
https://www.monkeyuser.com/index.xmlUnfortunately, I don't know what information needs to be in the XML, but this URL can at least be resolved up-to-date.