mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +02:00
Category (main+sub)
This commit is contained in:
parent
d4621a23a7
commit
e2eb3fb33c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue