RSS feed for individual manga links to full site latest releases

Joined
Jun 2, 2020
Messages
1
In the RSS feed for an individual manga, the feed reports itself as:

Code:
<atom:link href="https://mangadex.org/rss/[rss user key?]" rel="self" type="application/rss+xml" />
<title>MangaDex RSS</title>
<link>https://mangadex.org/</link>
<description>The latest MangaDex releases</description>

Instead, atom link should be:

Code:
<atom:link href="https://mangadex.org/rss/[rss user key?]/manga_id/[manga id]?h=0" rel="self" type="application/rss+xml" />

This causes some readers to fetch the latest releases feed, instead of the individual manga feed.
 
It is also linking to the latest releases instead of the ones you're following if you pull your rss from there.

I haven't managed to find a solution to this though, so if someone does posting it would be appreciated.
 

Users who are viewing this thread

Back
Top