A simple website for downloading youtube video and converting video to mp3
Put bin into local directory
sudo cp ffmpeg /usr/local/bin/
sudo cp youtube-dl /usr/local/bin/
Run celery server
nohup celery -A tasks worker -l debug &
Run webpy server
nohup python code.py 8080
the parameter means server port
Then, check url http://your_ip_or_domain_name:port