mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 08:30:00 +00:00
Category (main+sub)
This commit is contained in:
parent
d4621a23a7
commit
e2eb3fb33c
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue