The app in this repo is deployed at https://replit.com/@smgl/discord-ytdlp-smgl.
pip install -r requirements.txt
add export PATH=$PATH:/home/youruser/.local/bin
to ~/.bashrc
, save and source ~/.bashrc
run with: gunicorn app:app
for deploying with replit: python3 app.py