mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:00:07 +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>
|
<guid isPermaLink="true">{{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }}</guid>
|
||||||
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
|
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<category>{{ torrent.main_category.name }} - {{ torrent.sub_category.name }}</category>
|
||||||
<size>{{ torrent.filesize }}</size>
|
<size>{{ torrent.filesize }}</size>
|
||||||
<seeders>{{ torrent.stats.seed_count }}</seeders>
|
<seeders>{{ torrent.stats.seed_count }}</seeders>
|
||||||
<leechers>{{ torrent.stats.leech_count }}</leechers>
|
<leechers>{{ torrent.stats.leech_count }}</leechers>
|
||||||
|
|
Loading…
Reference in a new issue