/MusicDownloader

A simple library to download music easy.

Primary LanguagePythonMIT LicenseMIT

Music Downloader

A simple library to download music easy.

Installation

pip install MusicDown

Get started

How to download one song using this library:

from MusicDownloader import MusicDownloader

# Call the download method
urls=["URL"]
MusicDownloader.download(urls,download_path,faild_file)