gpodder / podcastparser

Simplified, fast RSS parsing library in Python
ISC License
135 stars 35 forks source link

urllib.request used over urllib for import #23

Closed babarnescocke closed 4 years ago

babarnescocke commented 4 years ago

I was going through the docs and on Arch Linux with Python 3.8.5 the example did not work. After reading the docs on urllib, I determined that later implementations rely on urllib.request.

thp commented 4 years ago

Thanks!