I have a small utility that I use to download an MP3 file from a website on a schedule and then builds/updates a podcast XML file which I\'ve added to iTunes.
The te
Late answer, but for python>=3.6 you can use:
python>=3.6
import dload dload.save(url)
Install dload with:
dload
pip3 install dload