My Downloads

New Download
{% if files %}
{% for file in files %}
{% if '.mp4' in file.name or '.webm' in file.name or '.avi' in file.name or '.mkv' in file.name %} {% elif '.mp3' in file.name or '.opus' in file.name or '.flac' in file.name or '.aac' in file.name %} {% else %} {% endif %}
{{ file.name }}
{{ (file.size / 1024 / 1024)|round(2) }} MB
{{ file.modified }}
{% endfor %}
{% else %}

No downloads yet

Start by downloading some YouTube videos or audio!

Start Downloading
{% endif %}