A simple library to download music easy.
pip install MusicDown
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)