Author Topic: RSS feeds should include a link to torrent page  (Read 10558 times)

Offline atrealis

  • Closet Otaku
  • *
  • Posts: 3
  • Karma: +0/-0
  • meh~
    • View Profile
RSS feeds should include a link to torrent page
« 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>
« Last Edit: June 02, 2018, 12:04:40 pm by atrealis »