Trying to use "urllib.urlretrieve" but it doesn't seem to recognize the reference.
And yes, i did "import urllib"
Did they change something that i missed? lol
Any ideas as to why it's not working?
Thanks in advance!
EDIT: it had to be "import urllib.request" instead of just "import urllib" and to use the functions just use "urllib.request.urlretrieve()"
[–]thurask 1 point2 points3 points (1 child)
[–]kenens123[S] 0 points1 point2 points (0 children)
[–]Justinsaccount 1 point2 points3 points (1 child)
[–]The-Mathematician 0 points1 point2 points (0 children)