Closed barneygale closed 1 month ago
Hi, and welcome to yt! Thanks for opening your first issue. We have an issue template that helps us to gather relevant information to help diagnosing and fixing the issue.
Yes, absolutely! Thanks for spotting this !
Bug report
yt uses
urllib.request.URLopener
, which was deprecated in Python 3.3. Would you accept a PR that usesurlretrieve()
instead? Ta!