diff --git a/nyaa/templates/rss.xml b/nyaa/templates/rss.xml index 97eaba7..839e55a 100644 --- a/nyaa/templates/rss.xml +++ b/nyaa/templates/rss.xml @@ -26,7 +26,7 @@ {{ torrent.created_time|rfc822 }} {% endif %} {{ torrent.main_category.name }} - {{ torrent.sub_category.name }} - {{ torrent.filesize }} + {{ torrent.filesize | filesizeformat(True) }} {{ torrent.stats.seed_count }} {{ torrent.stats.leech_count }} {{ torrent.stats.download_count }}