Fix regex

This commit is contained in:
2026-03-21 01:15:41 +01:00
parent 2af6dc9cb2
commit 2fbdc6e8cb
3 changed files with 307 additions and 1 deletions

View File

@@ -1,11 +1,15 @@
Petit applicatif pour télécharger depuis des url Spotify à l'aide de Youtube-music (flac ou mp3)
backend: spotdl, sacad, falsk, flask-login
Run:
## Run:
install requiments python:
```
pip install -r requirements.txt
```
Init db sqlite:
```
python3 app.py & ctrl+c
```
```
python3 app.py