Open korchix opened 2 years ago
You can use gunicorn like this (running from root of this repository):
gunicorn --bind 127.0.0.1:8080 youtube_dl_server.app:app
There's also a pull request about docker (#78), I've commented with a Dockerfile using gunicorn, so you can use that as well.
Hello and thank you for this great API. when running the server using the command: youtube-dl-server i get a waring saying:
can please someone help here to tell, what changes needed to be done, to run the server as WSGI. i made some google search and tried waitress and Gevent but unfortunately i didn't get it to work.