Alpha status reached.

Downloads get run in their own threads which are queued. Downloads of single files as well as zips of playlists are possible. Interaction with db has shown no problems.
This commit is contained in:
Maximilian Wagner
2023-08-02 17:44:37 +02:00
parent 9f292655b9
commit ddf249cfe0
14 changed files with 559 additions and 210 deletions

View File

@@ -1,5 +1,5 @@
from flask_wtf import FlaskForm
from wtforms import URLField, SubmitField, Label
from wtforms import URLField, SubmitField
from wtforms.validators import URL, DataRequired