{% load tz core_tags config_tags %} {{title}}
Added
{{bookmarked_date}}
First Archived
{{oldest_archive_date}}
Last Checked
{{downloaded_datestr}}
Tags ({{extension}})
{% for tag in tags_str|split:',' %}
{{tag}}
{% endfor %}
Status
{{status}}
Saved
✅  {{num_outputs}}
Errors
❌  {{num_failures}}
Size
{{size}}
{% for result_info in archiveresults %} {% if result_info.result %} {% plugin_card result_info.result as thumbnail_html %} {% with display_path=result_info.path|default:result_info.result.embed_path display_url='' %} {% if display_path %}{% snapshot_url snapshot display_path as display_url %}{% endif %}
{% with plugin_base=result_info.name|plugin_name %} {% if plugin_base != 'ytdlp' and plugin_base != 'yt-dlp' and plugin_base != 'youtube-dl' %}
{{ thumbnail_html }}
{% endif %} {% endwith %}
📁 {% if display_path %} ⬇️ {% endif %}

{{ result_info.path }}

{{ result_info.name|plugin_display_name|title }}

{% if result_info.result %} {% with plugin_base=result_info.name|plugin_name %} {% if plugin_base == 'ytdlp' or plugin_base == 'yt-dlp' or plugin_base == 'youtube-dl' %} {% plugin_card result_info.result %} {% endif %} {% endwith %} {% endif %}
{% endwith %} {% endif %} {% endfor %} {% get_config "PREVIEW_ORIGINALS" as preview_originals %} {% if preview_originals %} {% endif %}
{% if best_result.result %}
{% plugin_full best_result.result %}
{% else %} {% endif %}