BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

collector.twig 864B

123456789101112131415161718192021222324252627
  1. {{ constant('SITE_NAME') }} Collector Summary for {{ title }}
  2. User: {{ user.username }}
  3. Passkey: {{ user.announceKey }}
  4. Announce: {{ user.announceUrl }}
  5. Torrent groups scanned: {{ total }}
  6. Torrents included: {{ added }}
  7. Torrent groups skipped: {{ skipped|length }}
  8. Total size of torrents: {{ size|octet_size }}
  9. Your buffer: {{ user.buffer[1]|octet_size }}
  10. To download this collection as freeleech, you will need {{ tokens|number_format }} token{{ tokens|plural }}.
  11. {% if error %}
  12. Some torrents could not be added to the archive. See ERRORS.txt for details.
  13. {% endif %}
  14. {% if skipped %}
  15. Albums unavailable given your criteria (consider making a request for your desired format)
  16. {% for file in skipped %}
  17. {{- file }}
  18. {% endfor %}
  19. {% endif %}
  20. Date: {{ date }}
  21. Used: {{ used|octet_size }}
  22. CPU: {{ time|number_format(2) }} ms