manolomartinez / greg

A command-line podcast aggregator
GNU General Public License v3.0
296 stars 37 forks source link

Move from deprecated urlretrieve to urlopen #89

Closed pepie34 closed 3 years ago

pepie34 commented 6 years ago

urllib.request.urlretrieve has been deprecated in python3. As greg requires now python3, move to urllib.request.urlopen.

manolomartinez commented 3 years ago

thanks!