From e2eb3fb33c4ea28807e1860bc40f9c17130547b0 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Sun, 14 May 2017 10:18:45 +0300 Subject: [PATCH] Category (main+sub) --- nyaa/templates/rss.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index 91da605..f962a0b 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -25,6 +25,7 @@ {{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }} {{ torrent.created_time|rfc822 }} {% endif %} + {{ torrent.main_category.name }} - {{ torrent.sub_category.name }} {{ torrent.filesize }} {{ torrent.stats.seed_count }} {{ torrent.stats.leech_count }}