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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user