Skip to content

redoeyeo/mp3_saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mp3_Downloader


A simple python script from which you can download the songs by just entering the name. You can also download by entering a list of name, youtube link or list of youtube links.

asciicast

Usage

Make sure you have python and youtube-dl installed.

Install youtube-dl for UBUNTU

$ sudo apt-get install youtube-dl

Install youtube-dl for windows

For windows download youtube-dl.exe file and copy it in the directory.

For other operating systems

See this

Install ffprobe ubuntu

$ sudo add-apt-repository ppa:mc3man/trusty-media
$ sudo apt-get install ffmpeg

Run program

$ ./program.py 

passing arguments

Single song download
$ ./program.py -s "<song_name>"
$ ./program.py --single "<song_name>"
List of songs download
$ ./program.py -l <filename_with_extension>
$ ./program.py --list <filename_with_extension>

Contributors

Check Here

Note:

This program is tested on Ubuntu 16.04/18.04 LTS

Disclaimer

Downloading copyrighted material may be illegal in your country. Use at your own risk.

About

Save mp3 from youtube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages