On Tue, Oct 19, 2021 at 12:31 AM Tom Pohl <[email protected]> wrote:
> I am aware of requests (or httpx, ...), but the idea is to do all that > with the > standard library. If I have to install stuff, I could just install > wget/curl and be done. > I believe what you are looking for is already in the stdlib, see urllib.request.urlretrieve.
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ZAFRC7CSE2FVDX25LO44532RLJPPKI7B/ Code of Conduct: http://python.org/psf/codeofconduct/
