AniDex Forums

AniDex => Suggestions => Topic started by: atrealis on May 26, 2018, 11:27:57 am

Title: RSS feeds should include a link to torrent page
Post by: atrealis on May 26, 2018, 11:27:57 am
Suggestion: Each RSS feed items should include a link to torrent page.

edit: eg:
Code: (RSS) [Select]
<item>
<category>{category}</category>
<title>{torrent title}</title>
<link>{torrent link}</link>
<description><![CDATA[Category: {category} | Labels: {labels} | Size: {size} | Download: {torrent link} {magnet link}<hr /><br />{link to torrent page}<br />{torrent description}]]></description>
<pubDate>{publication date}</pubDate>
<guid><![CDATA[{torrent link}]]></guid>
</item>