Skip to content

A simple puthon program 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.

License

Notifications You must be signed in to change notification settings

PossiblyKozak/mp3_downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 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 names, youtube link or list of youtube links.

Python version :- Python 3.4.3+

Run the program.py from the command line and do as given.

Authour :- Aman Roy facebook:- https://www.facebook.com/amanroy007

You can try that online. Here is the link -> http://songs.seemple.in

Revisions by Michael Gilbert:

I have ported the entire script to be compatible with BOTH python 2 AND python 3.

All functionality is kept between the 2 versions of python. There is a slight hang for certain songs when downloading. I will work on hastining this process up.

I also need to create a function for a progress bar. You do not get one when using urllib, only when using wget. Without wget, you have a more portable script.

Revisions by Alex Kozak

I have made it so that you can see what's going on from a console viewpoint

Added threading

Checking downloaded files for files under 1MB, and retrying downloads

About

A simple puthon program 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%