Fields in a specific manga's RSS feed are too generic

Joined
Jun 2, 2019
Messages
2
For example if you look at: https://mangadex.org/rss/caYvXewhQyUnrF9M6dz2qZstNHpx53gB/manga_id/44625

You get something like:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<atom:link href="https://mangadex.org/rss/caYvXewhQyUnrF9M6dz2qZstNHpx53gB" rel="self" type="application/rss+xml" />
<title>MangaDex RSS</title>
<link>https://mangadex.org/</link>
<description>The latest MangaDex releases</description>
<language>en</language>
<ttl>30</ttl>

<item>
...
</item>

</channel>
</rss>

The following fields are too generic:
- channel/atom:link
- channel/title
- channel/link
- channel/description

Also it would be nice if there was some way to filter on language :p
 

Users who are viewing this thread

Top