{% extends "layout.html" %} {% block title %}Télécharger - Spotify Downloader{% endblock %} {% block content %}

Nouveau téléchargement

Accepte les tracks, albums et playlists Spotify
{% if recent_downloads %}
Téléchargements récents
Voir tout
{% for dl in recent_downloads %}
{{ dl.status }} {{ dl.format_type.upper() }}
{{ dl.created_at.strftime('%d/%m %H:%M') }}
{% endfor %}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}