Skip to content

quxiao/youtube2mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube2mp3

A simple website for downloading youtube video and converting video to mp3

Requirements

  • Python 2.7+
  • Webpy Framework, see this
  • Celery, see this
  • Youtube-dl, see this
  • ffmpeg, see this

How to run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages