The method urllib.request.urlretrieve is deprecated in python 3, move to the new urllib.request.urlopen (as greg requires Python 3.3+ now).
This also enables url redirection check and update of the filename accordingly (needed for some podcast providers such as Radio France).
Next step will be adding a progress bar while downloading content.
The method urllib.request.urlretrieve is deprecated in python 3, move to the new urllib.request.urlopen (as greg requires Python 3.3+ now). This also enables url redirection check and update of the filename accordingly (needed for some podcast providers such as Radio France).
Next step will be adding a progress bar while downloading content.