mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-19 18:26:43 +00:00
Use formatted file size
since that what was used by Nyaa.
This commit is contained in:
parent
837ecde795
commit
c691087730
@ -26,7 +26,7 @@
|
||||
<pubDate>{{ torrent.created_time|rfc822 }}</pubDate>
|
||||
{% endif %}
|
||||
<category>{{ torrent.main_category.name }} - {{ torrent.sub_category.name }}</category>
|
||||
<size>{{ torrent.filesize }}</size>
|
||||
<size>{{ torrent.filesize | filesizeformat(True) }}</size>
|
||||
<seeders>{{ torrent.stats.seed_count }}</seeders>
|
||||
<leechers>{{ torrent.stats.leech_count }}</leechers>
|
||||
<downloads>{{ torrent.stats.download_count }}</downloads>
|
||||
|
Loading…
x
Reference in New Issue
Block a user