966 B
966 B
YT → MP3 Downloader
Flask-App zum Herunterladen von YouTube-Videos als MP3 mit ID3-Tags.
Voraussetzungen
- Python 3.8+
- ffmpeg (muss im PATH sein)
ffmpeg installieren
Ubuntu/Debian:
sudo apt install ffmpeg
macOS:
brew install ffmpeg
Windows: Download von https://ffmpeg.org/download.html, dann zum PATH hinzufügen.
Setup
# Abhängigkeiten installieren
pip install -r requirements.txt
# App starten
python app.py
Dann im Browser öffnen: http://localhost:5000
Funktionsweise
- YouTube-URL eingeben
- Interpret, Titel und Album ausfüllen
- „Download starten" klicken
- Die MP3 wird im Ordner
downloads/gespeichert
Projektstruktur
ytdl-app/
├── app.py # Flask-Backend
├── requirements.txt # Python-Abhängigkeiten
├── downloads/ # Gespeicherte MP3-Dateien
└── templates/
└── index.html # Web-Interface