diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index deaf3b8..3f5a007 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -41,6 +41,8 @@ {{- category_name(cat_id) }} {{- torrent.filesize | filesizeformat(True) }} {{- torrent.comment_count }} + {{- torrent.trusted and 'Yes' or 'No' }} + {{- torrent.remake and 'Yes' or 'No' }} {% set torrent_id = use_elastic and torrent.meta.id or torrent.id %} #{{ torrent_id }} | {{ torrent.display_name }} | {{ torrent.filesize | filesizeformat(True) }} | {{ category_name(cat_id) }} | {{ use_elastic and torrent.info_hash or torrent.info_hash_as_hex | upper }}]]> diff --git a/nyaa/templates/xmlns.html b/nyaa/templates/xmlns.html index a8e79d1..ce959af 100644 --- a/nyaa/templates/xmlns.html +++ b/nyaa/templates/xmlns.html @@ -27,6 +27,12 @@
  • <nyaa:size> indicates the torrent's download size to one decimal place, using a magnitude prefix according to ISO/IEC 80000-13.

  • +
  • +

    <nyaa:trusted> indicates whether the torrent came from a trusted uploader (YES or NO).

    +
  • +
  • +

    <nyaa:remake> indicates whether the torrent was a remake (YES or NO).

    +
  • <nyaa:comments> holds the current amount of comments made on the respective torrent.