A Tool to download music from Youtube , Soundcloud and many others sites. It is still in devolopment.
Note : It is just for experimental purpose.
Make sure you're using python3
and have pip
installed and enabled. On the command line, simply run:
pip install pydl_dl
Pydl can be invoked from the commandline after installation.
pydl <song_url>
to download individual files.
Clone the repository
git clone https://github.com/ayanbag/pydl.git
Navigate into the project directory
cd pydl
Install pydl and its dependencies
python setup.py install