Category (main+sub)

This commit is contained in:
sharkykh 2017-05-14 10:18:45 +03:00 committed by Kfir Hadas
parent d4621a23a7
commit e2eb3fb33c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
<guid isPermaLink="true">{{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }}</guid>
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
{% endif %}
<category>{{ torrent.main_category.name }} - {{ torrent.sub_category.name }}</category>
<size>{{ torrent.filesize }}</size>
<seeders>{{ torrent.stats.seed_count }}</seeders>
<leechers>{{ torrent.stats.leech_count }}</leechers>