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
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.
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