Smule downloader

Requirements

For downloading .m4a file you need to install beautifulsoup4 and requestspackages within pip3:

pip3 install -r requirements.txt

For converting .m4a to .mp3 you need to install ffmpeg:

sudo apt install ffmpeg