{{ config.SITE_NAME }} Torrent File RSS (No magnets) RSS Feed for {{ term }} {{ url_for('home', _external=True) }} {% for torrent in torrent_query %} {{ torrent.display_name }} {% if use_elastic %} {% if torrent.has_torrent %} {{ url_for('download_torrent', torrent_id=torrent.meta.id, _external=True) }} {% else %} {{ create_magnet_from_info(torrent.display_name, torrent.info_hash) }} {% endif %} {{ url_for('view_torrent', torrent_id=torrent.meta.id, _external=True) }} {{ torrent.created_time|rfc822_es }} {% else %} {% if torrent.has_torrent %} {{ url_for('download_torrent', torrent_id=torrent.id, _external=True) }} {% else %} {{ torrent.magnet_uri }} {% endif %} {{ url_for('view_torrent', torrent_id=torrent.id, _external=True) }} {{ torrent.created_time|rfc822 }} {% endif %} {{ torrent.main_category.name }} - {{ torrent.sub_category.name }} {{ torrent.filesize | filesizeformat(True) }} {{ torrent.stats.seed_count }} {{ torrent.stats.leech_count }} {{ torrent.stats.download_count }} {{ compute_hash(torrent.info_hash) }} {% endfor %}